Skip to content

Commit 8cb2bb9

Browse files
committedJun 12, 2024··
Get CI running again on main.
1 parent c71a5fb commit 8cb2bb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ defaults:
33
shell: bash -leo pipefail {0}
44

55
concurrency:
6-
group: ${{ github.head_ref }}
6+
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
77
cancel-in-progress: true
88

99
jobs:

0 commit comments

Comments
 (0)
Please sign in to comment.