We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3257fa commit c201e7bCopy full SHA for c201e7b
.github/workflows/ci-core-cf-deploy.yaml
@@ -11,7 +11,6 @@ env:
11
jobs:
12
cf-deploy:
13
name: cf-deploy
14
- needs: ci
15
if: "!contains(github.event.head_commit.message, '[skip ci]')"
16
environment: ${{ startsWith(github.ref, 'refs/tags/core-cf@s') && 'staging' || startsWith(github.ref, 'refs/tags/core-cf@p') && 'production' || 'dev' }}
17
runs-on: ubuntu-latest
0 commit comments