Skip to content

Commit 7978a53

Browse files
gojimmypidanielinux
authored andcommitted
Expand concurrency definition
1 parent 38a7664 commit 7978a53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-library.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
concurrency:
2020
# Avoid duplicate runs on the same ref
21-
group: ${{ github.workflow }}-${{ github.ref }}
21+
group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.event.pull_request.head.sha || github.sha }}
2222
cancel-in-progress: false
2323

2424
strategy:

0 commit comments

Comments
 (0)