File tree Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 1111 - " package*.json"
1212
1313concurrency :
14- group : dev
14+ group : ${{ github.workflow }}-${{ github.ref }}
1515 cancel-in-progress : true
1616
1717jobs :
Original file line number Diff line number Diff line change 77 push :
88 branches : [master]
99
10+ concurrency :
11+ group : ${{ github.workflow }}-${{ github.ref }}
12+ cancel-in-progress : true
13+
1014jobs :
1115 lint :
1216 name : " Lint"
17+ if : ${{ !contains(github.event.head_commit.message, '#nolint') }}
1318 runs-on : ubuntu-latest
1419 timeout-minutes : 5
15- if : ${{ !contains(github.event.head_commit.message, '#nolint') }}
1620
1721 steps :
1822 - name : " Checkout"
Original file line number Diff line number Diff line change 1515 purge-domain : " "
1616
1717concurrency :
18- group : pages
19- cancel-in-progress : false
18+ group : ${{ github.workflow }}-${{ github.ref }}
19+ cancel-in-progress : true
2020
2121jobs :
2222 build :
You can’t perform that action at this time.
0 commit comments