File tree Expand file tree Collapse file tree 2 files changed +4
-7
lines changed
Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Original file line number Diff line number Diff line change 1- name : CI
1+ name : CI / Merge
22
33on :
44 push :
@@ -117,10 +117,10 @@ jobs:
117117 group : integration-merge
118118 cancel-in-progress : true
119119 needs :
120- - build-pull
121120 - check-lint
122121 - check-build
123122 - check-test
123+ - build-pull
124124 if : github.ref == 'refs/heads/staging'
125125 steps :
126126 - uses : actions/checkout@v4
Original file line number Diff line number Diff line change 1- name : Release
1+ name : CI / Release
22
33on :
44 push :
9797 - check-lint
9898 - check-build
9999 - check-test
100- if : >
101- startsWith(github.ref, 'refs/tags/v') &&
102- contains(github.ref, '-')
100+ if : contains(github.ref, '-')
103101 steps :
104102 - uses : actions/checkout@v4
105103 - name : Run deployment
@@ -123,7 +121,6 @@ jobs:
123121 - check-build
124122 - check-test
125123 if : >
126- startsWith(github.ref, 'refs/tags/v') &&
127124 !contains(github.ref, '-')
128125 steps :
129126 - uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments