Skip to content

Commit c201e7b

Browse files
committed
chore: fix ci.yaml
1 parent c3257fa commit c201e7b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/ci-core-cf-deploy.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ env:
1111
jobs:
1212
cf-deploy:
1313
name: cf-deploy
14-
needs: ci
1514
if: "!contains(github.event.head_commit.message, '[skip ci]')"
1615
environment: ${{ startsWith(github.ref, 'refs/tags/core-cf@s') && 'staging' || startsWith(github.ref, 'refs/tags/core-cf@p') && 'production' || 'dev' }}
1716
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)