aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/build.yml
diff options
context:
space:
mode:
authorTSRBerry <20988865+TSRBerry@users.noreply.github.com>2023-08-06 23:25:02 +0200
committerGitHub <noreply@github.com>2023-08-06 23:25:02 +0200
commit3ab0a71c7bfb60b20008894db3fb6534436753e6 (patch)
treeb4f3f6e14c1ba80d7e59d79aed76b67dd9e4762a /.github/workflows/build.yml
parent6e784e0aca240b41c83bd3e77aecf5793fdc238d (diff)
Fix PR build concurrency and stop auto assigning reviewers for draft PRs (#5519)
* build: Remove concurrency It's called by checks anyway. * Only assign reviewers for PRs that are ready for reviews
Diffstat (limited to '.github/workflows/build.yml')
-rw-r--r--.github/workflows/build.yml4
1 files changed, 0 insertions, 4 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index dc372870..bbc2eca8 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -3,10 +3,6 @@ name: Build job
on:
workflow_call:
-concurrency:
- group: pr-builds-${{ github.event.number }}
- cancel-in-progress: true
-
env:
POWERSHELL_TELEMETRY_OPTOUT: 1
DOTNET_CLI_TELEMETRY_OPTOUT: 1