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 fc1e230 commit 96337b7Copy full SHA for 96337b7
.github/workflows/staging-deployment.yml
@@ -6,7 +6,7 @@ jobs:
6
deploy-staging:
7
runs-on: [self-hosted, Linux, X64]
8
environment: STAGING
9
- if: ${{ github.event_name != 'pull_request' && github.ref_name == 'release/**' }}
+ if: ${{ github.event_name != 'pull_request' && startsWith(github.ref_name, 'release/') }}
10
env:
11
KUBE_HOST: ${{ secrets.KUBE_HOST }}
12
KUBE_CERTIFICATE: ${{ secrets.KUBE_CERTIFICATE }}
0 commit comments