Skip to content

Commit eedb0a2

Browse files
committed
Re-enable E2E tests after stage deployments
1 parent 57ec92a commit eedb0a2

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/deploy-staging.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -230,8 +230,7 @@ jobs:
230230
e2e-tests-browserstack-stage:
231231
name: e2e-tests-browserstack-stage
232232
needs: create-release
233-
if: false
234-
# if: ${{ !failure() || !cancelled() }}
233+
if: ${{ success() && !cancelled() }} # only proceed if last steps passed and job hasn't been cancelled
235234
runs-on: ubuntu-latest
236235
environment: staging
237236
env:

0 commit comments

Comments
 (0)