Commit 9610a2e
committed
fix(ci): use PR head SHA for concurrency group
github.sha is a temporary merge commit for pull_request events, so
push and pull_request for the same commit got different keys. Use
pull_request.head.sha (falls back to github.sha for push events)
to correctly deduplicate.1 parent 269abbd commit 9610a2e
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
0 commit comments