Skip to content

Commit 0130400

Browse files
committed
Add explicit groupping for canceling but disable canceling for now
want to troubleshoot what is not good with jobs first
1 parent 3c1b54b commit 0130400

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/tests.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ name: tests
33

44
on: [push, pull_request]
55

6+
concurrency:
7+
group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.ref_name }}
8+
cancel-in-progress: false # TEMP: change later to True
9+
610
jobs:
711
build:
812

0 commit comments

Comments
 (0)