Skip to content

Commit bfc9962

Browse files
committed
ci: release and pre-release job can't be a staging branch and a tag
[ci skip]
1 parent 4d86220 commit bfc9962

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,6 @@ jobs:
127127
- check-build
128128
- check-test
129129
if: >
130-
github.ref == 'refs/heads/staging' &&
131130
startsWith(github.ref, 'refs/tags/v') &&
132131
contains(github.ref, '-')
133132
steps:
@@ -177,7 +176,6 @@ jobs:
177176
cancel-in-progress: false
178177
needs: integration-merge
179178
if: >
180-
github.ref == 'refs/heads/staging' &&
181179
startsWith(github.ref, 'refs/tags/v') &&
182180
!contains(github.ref, '-')
183181
steps:

0 commit comments

Comments
 (0)