Skip to content

Commit 2f1299e

Browse files
ci: add note to pair new jobs with a cancel sentinel
1 parent eeff7b6 commit 2f1299e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on:
55
workflow_dispatch:
66

77
jobs:
8+
# NOTE: For every job added here, add a matching cancel-if-<name>-failed
9+
# sentinel job in the cancel-if-* section below.
810
invoke-build-rust:
911
name: Build Rust
1012
uses: ./.github/workflows/build-rust.yml

0 commit comments

Comments
 (0)