We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57ec92a commit eedb0a2Copy full SHA for eedb0a2
1 file changed
.github/workflows/deploy-staging.yml
@@ -230,8 +230,7 @@ jobs:
230
e2e-tests-browserstack-stage:
231
name: e2e-tests-browserstack-stage
232
needs: create-release
233
- if: false
234
- # if: ${{ !failure() || !cancelled() }}
+ if: ${{ success() && !cancelled() }} # only proceed if last steps passed and job hasn't been cancelled
235
runs-on: ubuntu-latest
236
environment: staging
237
env:
0 commit comments