Skip to content

Commit 7e3d300

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

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/deploy-staging.yaml

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

33
on:
4-
push:
5-
branches: [main]
64
pull_request:
75
types:
86
- opened
@@ -19,7 +17,7 @@ env:
1917

2018
jobs:
2119
deploy-staging:
22-
if: github.event_name == 'push' && github.ref == format('refs/heads/{0}', github.event.repository.default_branch)
20+
if: false
2321
runs-on: ubuntu-latest
2422
needs:
2523
- lint-js

0 commit comments

Comments
 (0)