Skip to content

Commit d38b8b6

Browse files
committed
Disable unneeded CI workflows
1 parent 6b72bb4 commit d38b8b6

4 files changed

Lines changed: 4 additions & 16 deletions

File tree

.github/workflows/firebase-hosting-merge.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,7 @@
22
# https://github.com/firebase/firebase-tools
33

44
name: Deploy to Firebase Hosting on merge
5-
"on":
6-
push:
7-
branches:
8-
- develop
5+
on: workflow_dispatch
96
jobs:
107
build_and_deploy:
118
runs-on: ubuntu-latest

.github/workflows/firebase-hosting-pull-request-deploy.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
11
name: Deploy to Firebase Hosting on pull request
2-
3-
on:
4-
workflow_run:
5-
workflows: [build_demo]
6-
types:
7-
- completed
2+
on: workflow_dispatch
83

94
jobs:
105
depoloy_storybook_to_firebase:

.github/workflows/firebase-hosting-pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# https://github.com/firebase/firebase-tools
33

44
name: build_demo
5-
"on": pull_request
5+
on: workflow_dispatch
66
jobs:
77
build_demo:
88
runs-on: ubuntu-latest

.github/workflows/visual-testing.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
name: Playwright Tests
2-
on:
3-
push:
4-
branches: [develop, stable]
5-
pull_request:
6-
branches: [develop, stable]
2+
on: workflow_dispatch
73
jobs:
84
test:
95
timeout-minutes: 60

0 commit comments

Comments
 (0)