File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66 pull_request :
77 branches : [main]
88
9- # Cancel in-progress runs for the same ref (e.g. new pushes to a PR).
10- concurrency :
11- group : ci-${{ github.ref }}
12- cancel-in-progress : true
13-
149jobs :
1510 check :
1611 name : Check & Test & Build
Original file line number Diff line number Diff line change 44 push :
55 branches : [main]
66
7- concurrency :
8- group : release-${{ github.ref }}
9- cancel-in-progress : false
10-
117jobs :
128 release :
139 name : Release
Original file line number Diff line number Diff line change 88 pull_request :
99 workflow_dispatch : # manual redeploy (e.g. to restore production)
1010
11- # One deploy per ref; a newer push supersedes an in-flight one.
12- concurrency :
13- group : storybook-${{ github.ref }}
14- cancel-in-progress : true
15-
1611jobs :
1712 deploy :
1813 name : Build & deploy Storybook
You can’t perform that action at this time.
0 commit comments