File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55 branches :
66 - main
77
8+ concurrency :
9+ group : ${{ github.workflow }}-${{ github.ref }}
10+ cancel-in-progress : true
11+
812jobs :
913 test :
1014 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 88 # https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions#example-using-multiple-events-with-activity-types-or-configuration
99 pull_request :
1010
11+ concurrency :
12+ group : ${{ github.workflow }}-${{ github.ref }}
13+ cancel-in-progress : true
14+
1115jobs :
1216 chromatic-deployment :
1317 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 99 - ' **/package.json'
1010 - ' .yarn/versions/**'
1111
12+ concurrency :
13+ group : ${{ github.workflow }}
14+ cancel-in-progress : false
15+
1216jobs :
1317 publish-rc :
1418 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 55 branches :
66 - main
77
8+ concurrency :
9+ group : ${{ github.workflow }}-${{ github.ref }}
10+ cancel-in-progress : true
11+
812jobs :
913 check :
1014 runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments