Skip to content

Commit fe909c5

Browse files
cancel concurrent
1 parent 440ccef commit fe909c5

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/autobuild.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ on:
66
# FIXME: For testing:
77
- cron: '30 04 * * *'
88

9+
10+
# Cancel in progress CI runs when a new run targeting the same PR or branch/tag is triggered.
11+
# https://stackoverflow.com/questions/66335225/how-to-cancel-previous-runs-in-the-pr-when-you-push-new-commitsupdate-the-curre
12+
concurrency:
13+
group: ${{ github.workflow }}-${{ github.ref }}
14+
cancel-in-progress: true
15+
916
jobs:
1017
Delta:
1118
timeout-minutes: 60

0 commit comments

Comments
 (0)