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