Skip to content

Commit 7fabd18

Browse files
committed
Cancel concurrent CI runs
Signed-off-by: Tamal Saha <tamal@appscode.com>
1 parent fe19a0f commit 7fabd18

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/release-tracker.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@ name: release-tracker
33
on:
44
pull_request:
55
types: [closed]
6+
# Allows you to run this workflow manually from the Actions tab
7+
workflow_dispatch:
8+
9+
concurrency:
10+
group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}
11+
cancel-in-progress: true
612

713
jobs:
814
build:

0 commit comments

Comments
 (0)