File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ permissions:
66 contents : read
77
88concurrency :
9- group : ${{ github.workflow }}-${{ github.ref }}
9+ group : ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
1010 cancel-in-progress : true
1111
1212jobs :
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ permissions:
66 contents : read
77
88concurrency :
9- group : ${{ github.workflow }}-${{ github.ref }}
9+ group : ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
1010 cancel-in-progress : true
1111
1212jobs :
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ permissions:
66 contents : read
77
88concurrency :
9- group : ${{ github.workflow }}-${{ github.ref }}
9+ group : ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
1010 cancel-in-progress : true
1111
1212env :
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ permissions:
66 contents : read
77
88concurrency :
9- group : ${{ github.workflow }}-${{ github.ref }}
9+ group : ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
1010 cancel-in-progress : true
1111
1212env :
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ permissions:
66 contents : read
77
88concurrency :
9- group : ${{ github.workflow }}-${{ github.ref }}
9+ group : ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
1010 cancel-in-progress : true
1111
1212jobs :
You can’t perform that action at this time.
0 commit comments