We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 26387e2 + 54e3476 commit 1574cc8Copy full SHA for 1574cc8
.github/workflows/13-0-concurrency.yaml
@@ -13,7 +13,7 @@ jobs:
13
cancel_in_progress_job:
14
runs-on: ubuntu-latest
15
steps:
16
- - name: Cancel In Progress Jobs
+ - name: Cancel In Progress Step 1
17
run: echo "This job will cancel in-progress jobs for the same workflow and branch."
18
19
.github/workflows/13-1-jobs-concurrency.yaml
@@ -8,6 +8,11 @@ on:
8
jobs:
9
10
11
+
12
concurrency:
group: example-group
- cancel-in-progress: true
+ cancel-in-progress: true
+ steps:
+ run: echo "This job will cancel in-progress for the same job."
0 commit comments