Skip to content

Commit 86ce67a

Browse files
authored
Merge pull request #4351 from stt08/cancel-prev-tasks
Github Actions: stop previous jobs when a new one was pushed
2 parents 43a9b92 + d8e0882 commit 86ce67a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test.yml

+4
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ on: [push, pull_request]
55

66
permissions: read-all
77

8+
concurrency:
9+
group: ${{ github.workflow }}-${{ github.ref }}
10+
cancel-in-progress: true
11+
812
jobs:
913
# Note: UI related linter tests will run in the gui job.
1014
lint:

0 commit comments

Comments
 (0)