Skip to content

Commit 4b2a94c

Browse files
committed
hack: skip deploy-staging and allow workflow on all branches, e2e runs independently
1 parent d00f9d2 commit 4b2a94c

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/deploy-staging.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ name: Deploy Staging and E2E
22

33
on:
44
push:
5-
branches: [main]
65
pull_request:
76
types:
87
- opened
@@ -19,7 +18,7 @@ env:
1918

2019
jobs:
2120
deploy-staging:
22-
if: github.event_name == 'push' && github.ref == format('refs/heads/{0}', github.event.repository.default_branch)
21+
if: false
2322
runs-on: ubuntu-latest
2423
needs:
2524
- lint-js

0 commit comments

Comments
 (0)