Skip to content

Commit 3725644

Browse files
committed
ci: give each umbrella job a unique name for branch protection
Rename all-checks-passed to host-checks-passed, benchmarks-passed, and test-examples-passed so branch protection can require each individually — prevents auto-merge from triggering when only the fastest workflow completes. Signed-off-by: danbugs <danilochiarlone@gmail.com>
1 parent 9d37a86 commit 3725644

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/benchmarks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -516,7 +516,7 @@ jobs:
516516
comment-always: true
517517
alert-threshold: '130%'
518518

519-
all-checks-passed:
519+
benchmarks-passed:
520520
if: always()
521521
needs: [build-image, bench-linux, bench-windows]
522522
runs-on: ubuntu-latest

.github/workflows/host-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
RUST_BACKTRACE: '1'
7979
run: cargo test --all-targets --locked
8080

81-
all-checks-passed:
81+
host-checks-passed:
8282
if: always()
8383
needs: [checks]
8484
runs-on: ubuntu-latest

.github/workflows/test-examples.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -768,7 +768,7 @@ jobs:
768768
exit 1
769769
}
770770
771-
all-checks-passed:
771+
test-examples-passed:
772772
if: always()
773773
needs: [build-example, runtime-test, package-images-for-windows, runtime-test-windows, pyhl-snapshot-test]
774774
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)