Skip to content

Commit c005eb9

Browse files
committed
chore: Cancel workflow if no longer needed
1 parent 4ef2b14 commit c005eb9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: .github/workflows/test.yml

+4
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ on:
77
branches: [ "master" ]
88
workflow_dispatch:
99

10+
concurrency:
11+
group: ${{ github.workflow }}-${{ github.ref }}
12+
cancel-in-progress: true
13+
1014
env:
1115
Solution_Name: shader-ls.sln
1216

0 commit comments

Comments
 (0)