File tree Expand file tree Collapse file tree 4 files changed +25
-0
lines changed
Expand file tree Collapse file tree 4 files changed +25
-0
lines changed Original file line number Diff line number Diff line change 1010 tags :
1111 - dev-v[0-9]+.[0-9]+.[0-9]+
1212
13+ # Only one instance of this workflow will run on the same ref (PR/Branch/Tag)
14+ # Previous runs will be cancelled.
15+ concurrency :
16+ group : ${{ github.workflow }}-${{ github.ref }}
17+ cancel-in-progress : true
18+
1319jobs :
1420 define-versions :
1521 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 99 - dev-v[0-9]+.[0-9]+.[0-9]+
1010 workflow_dispatch :
1111
12+ # Only one instance of this workflow will run on the same ref (PR/Branch/Tag)
13+ # Previous runs will be cancelled.
14+ concurrency :
15+ group : ${{ github.workflow }}-${{ github.ref }}
16+ cancel-in-progress : true
17+
1218jobs :
1319 chromatic :
1420 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 1010 tags :
1111 - dev-v[0-9]+.[0-9]+.[0-9]+
1212
13+ # Only one instance of this workflow will run on the same ref (PR/Branch/Tag)
14+ # Previous runs will be cancelled.
15+ concurrency :
16+ group : ${{ github.workflow }}-${{ github.ref }}
17+ cancel-in-progress : true
18+
1319jobs :
1420 setup :
1521 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 99 push :
1010 tags :
1111 - dev-v[0-9]+.[0-9]+.[0-9]+
12+
13+ # Only one instance of this workflow will run on the same ref (PR/Branch/Tag)
14+ # Previous runs will be cancelled.
15+ concurrency :
16+ group : ${{ github.workflow }}-${{ github.ref }}
17+ cancel-in-progress : true
18+
1219jobs :
1320 unit-tests :
1421 runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments