File tree Expand file tree Collapse file tree 4 files changed +16
-0
lines changed Expand file tree Collapse file tree 4 files changed +16
-0
lines changed Original file line number Diff line number Diff line change 20
20
schedule :
21
21
- cron : " 0 8 * * *"
22
22
23
+ concurrency :
24
+ group : ${{ github.workflow }}-${{ github.ref }}
25
+ cancel-in-progress : true
26
+
23
27
jobs :
24
28
test-linux :
25
29
name : Test
Original file line number Diff line number Diff line change 18
18
workflow_dispatch :
19
19
push :
20
20
21
+ concurrency :
22
+ group : ${{ github.workflow }}-${{ github.ref }}
23
+ cancel-in-progress : true
24
+
21
25
jobs :
22
26
lint-front-end :
23
27
name : Lint Front-End
Original file line number Diff line number Diff line change 18
18
workflow_dispatch :
19
19
push :
20
20
21
+ concurrency :
22
+ group : ${{ github.workflow }}-${{ github.ref }}
23
+ cancel-in-progress : true
24
+
21
25
jobs :
22
26
test-linux :
23
27
name : Query Performance Test
Original file line number Diff line number Diff line change 18
18
workflow_dispatch :
19
19
push :
20
20
21
+ concurrency :
22
+ group : ${{ github.workflow }}-${{ github.ref }}
23
+ cancel-in-progress : true
24
+
21
25
jobs :
22
26
snapshots :
23
27
name : Image Snapshots
You can’t perform that action at this time.
0 commit comments