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 8f1569c commit 29486a0Copy full SHA for 29486a0
1 file changed
.github/workflows/deploy.yaml
@@ -79,7 +79,7 @@ jobs:
79
deploy:
80
environment: ${{ github.event.inputs.deploy_environment || 'production' }}
81
needs: build
82
- if: github.event_name == 'workflow_run' && github.event.workflow_run.conclusion == 'success' || github.event_name == 'workflow_dispatch'
+ if: always() && github.event_name == 'workflow_run' && github.event.workflow_run.conclusion == 'success' || github.event_name == 'workflow_dispatch'
83
name: Deploy to k8s
84
runs-on: ubuntu-latest
85
permissions:
@@ -139,6 +139,7 @@ jobs:
139
create_sentry_release:
140
name: Create Sentry Release
141
142
+ if: always()
143
144
145
steps:
0 commit comments