File tree Expand file tree Collapse file tree 1 file changed +5
-23
lines changed Expand file tree Collapse file tree 1 file changed +5
-23
lines changed Original file line number Diff line number Diff line change 11name : Push - release from main to unstable
22
3- concurrency :
4- # group name unique for push to push-main-release
5- group : push-release-${{ github.ref }}
6- cancel-in-progress : true
7-
83on :
94 push :
105 branches :
116 - ' main'
127
138jobs :
14- # e2e:
15- # secrets: inherit
16- # uses: ./.github/workflows/callable-release-verification.yml
17- # unstable-release:
18- # needs:
19- # - e2e
20- # secrets: inherit
21- # uses: ./.github/workflows/callable-npm-publish-preid.yml
22- # with:
23- # preid: unstable
24- # allow-protected-preid: true
25- release :
26- # needs:
27- # - e2e
28- permissions :
29- contents : write
30- secrets : inherit
31- uses : ./.github/workflows/callable-npm-publish-release.yml
9+ test :
10+ runs-on : ubuntu-latest
11+ steps :
12+ - name : Checkout repository
13+ run : echo "inside"
You can’t perform that action at this time.
0 commit comments