Skip to content

Commit 3cc9afc

Browse files
authored
Clean up workflows (#9873)
1 parent e26a46b commit 3cc9afc

3 files changed

Lines changed: 0 additions & 152 deletions

File tree

.github/workflows/canary-deploy.yml

Lines changed: 0 additions & 105 deletions
This file was deleted.

.github/workflows/combine-prs.yml

Lines changed: 0 additions & 37 deletions
This file was deleted.

.github/workflows/e2e-test.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -66,16 +66,6 @@ jobs:
6666
yarn
6767
env:
6868
GITHUB_EVENT_CLIENT_PAYLOAD_VERSIONORTAG: ${{ github.event.client_payload.versionOrTag }}
69-
- name: Deploy "callTest" cloud function
70-
continue-on-error: true
71-
run: |
72-
pushd functions
73-
npm install
74-
popd
75-
npx [email protected] deploy --only functions:callTest --project jscore-sandbox-141b5 --token $FIREBASE_CLI_TOKEN
76-
working-directory: ./config
77-
env:
78-
FIREBASE_CLI_TOKEN: ${{ secrets.FIREBASE_CLI_TOKEN }}
7969
- name: Do modular build
8070
run: yarn build:modular
8171
- name: Do compat build

0 commit comments

Comments
 (0)