Skip to content

Commit 14f2286

Browse files
committed
Cancel progress on branches on new push
1 parent ab24b34 commit 14f2286

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/fc-versions.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ on:
44
push:
55
workflow_dispatch:
66

7+
concurrency:
8+
group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}
9+
cancel-in-progress: true
10+
711
permissions:
812
id-token: write
913
contents: write

0 commit comments

Comments
 (0)