We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d86220 commit bfc9962Copy full SHA for bfc9962
.github/workflows/ci.yml
@@ -127,7 +127,6 @@ jobs:
127
- check-build
128
- check-test
129
if: >
130
- github.ref == 'refs/heads/staging' &&
131
startsWith(github.ref, 'refs/tags/v') &&
132
contains(github.ref, '-')
133
steps:
@@ -177,7 +176,6 @@ jobs:
177
176
cancel-in-progress: false
178
needs: integration-merge
179
180
181
182
!contains(github.ref, '-')
183
0 commit comments