File tree Expand file tree Collapse file tree 1 file changed +4
-9
lines changed Expand file tree Collapse file tree 1 file changed +4
-9
lines changed Original file line number Diff line number Diff line change 1414 pull_request :
1515 types : [opened, synchronize]
1616
17+ concurrency :
18+ group : ${{ github.workflow }}-${{ github.ref }}
19+ cancel-in-progress : true
20+
1721jobs :
1822 code_validation :
1923 name : Code Validation
2024 runs-on : ubuntu-latest
2125
2226 steps :
23- - name : Cancel Previous Runs
24- uses : styfle/cancel-workflow-action@0.11.0
25-
2627 - name : Checkout
2728 uses : actions/checkout@v3
2829
5960 eslint : [7.5, 7, 8]
6061
6162 steps :
62- - name : Cancel Previous Runs
63- uses : styfle/cancel-workflow-action@0.11.0
64-
6563 - name : Checkout
6664 uses : actions/checkout@v3
6765
9189 github.ref) && github.event_name == 'push' }}
9290
9391 steps :
94- - name : Cancel Previous Runs
95- uses : styfle/cancel-workflow-action@0.11.0
96-
9792 - name : Checkout
9893 uses : actions/checkout@v3
9994
You can’t perform that action at this time.
0 commit comments