File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,8 +2,6 @@ name: beta
22
33on :
44 workflow_dispatch :
5- schedule :
6- - cron : " 0 * * * *"
75
86jobs :
97 sync :
Original file line number Diff line number Diff line change 11name : containers
22
33on :
4- push :
5- branches :
6- - dev
7- paths :
8- - packages/containers/**
9- - .github/workflows/containers.yml
10- - package.json
114 workflow_dispatch :
125
136permissions :
Original file line number Diff line number Diff line change 11name : deploy
22
33on :
4- push :
5- branches :
6- - dev
7- - production
84 workflow_dispatch :
95
106concurrency : ${{ github.workflow }}-${{ github.ref }}
Original file line number Diff line number Diff line change 11name : generate
22
33on :
4- push :
5- branches :
6- - dev
4+ workflow_dispatch :
75
86jobs :
97 generate :
Original file line number Diff line number Diff line change @@ -2,12 +2,6 @@ name: publish
22run-name : " ${{ format('release {0}', inputs.bump) }}"
33
44on :
5- push :
6- branches :
7- - ci
8- - dev
9- - beta
10- - snapshot-*
115 workflow_dispatch :
126 inputs :
137 bump :
Original file line number Diff line number Diff line change 11name : test
22
33on :
4- push :
5- branches :
6- - dev
7- pull_request :
84 workflow_dispatch :
95
106concurrency :
Original file line number Diff line number Diff line change 11name : typecheck
22
33on :
4- push :
5- branches : [dev]
6- pull_request :
7- branches : [dev]
84 workflow_dispatch :
95
106jobs :
You can’t perform that action at this time.
0 commit comments