File tree 4 files changed +16
-0
lines changed
4 files changed +16
-0
lines changed Original file line number Diff line number Diff line change 8
8
tags :
9
9
- ' *'
10
10
11
+ concurrency :
12
+ group : image-${{ github.ref || github.head_ref }}
13
+ cancel-in-progress : true
14
+
11
15
jobs :
12
16
docker :
13
17
runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 6
6
pull_request :
7
7
paths :
8
8
- ' **'
9
+
10
+ concurrency :
11
+ group : lint-${{ github.ref || github.head_ref }}
12
+ cancel-in-progress : true
13
+
9
14
env :
10
15
FORCE_COLOR : 1
11
16
jobs :
Original file line number Diff line number Diff line change 9
9
- ' *'
10
10
pull_request :
11
11
12
+ concurrency :
13
+ group : test-${{ github.ref || github.head_ref }}
14
+ cancel-in-progress : true
15
+
12
16
jobs :
13
17
docker :
14
18
runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 7
7
- master
8
8
tags :
9
9
- ' *'
10
+ concurrency :
11
+ group : tool-image-${{ github.ref || github.head_ref }}
12
+ cancel-in-progress : true
10
13
11
14
jobs :
12
15
docker :
You can’t perform that action at this time.
0 commit comments