Skip to content

Commit eba6dcd

Browse files
authored
Delete non-existent needs (#5556)
1 parent 93d6c5a commit eba6dcd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/functions.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ jobs:
2020
plist_secret: ${{ secrets.GHASecretsGPGPassphrase1 }}
2121
signin_secret: ${{ secrets.GHASecretsGPGPassphrase1 }}
2222
runs-on: macOS-latest
23-
needs: check
2423

2524
steps:
2625
- uses: actions/checkout@v2
@@ -32,6 +31,8 @@ jobs:
3231
- name: Install Secret FIREGSignInInfo.h
3332
run: scripts/decrypt_gha_secret.sh scripts/gha-encrypted/FIREGSignInInfo.h.gpg \
3433
quickstart-ios/TestUtils/FIREGSignInInfo.h "$signin_secret"
34+
- name: Setup custom URL scheme
35+
run: sed -i '' 's/REVERSED_CLIENT_ID/com.googleusercontent.apps.1025801074639-6p6ebi8amuklcjrto20gvpe295smm8u6/' quickstart-ios/functions/FunctionsExample/Info.plist
3536
- name: Test quickstart
3637
run: ([ -z $plist_secret ] ||
3738
scripts/third_party/travis/retry.sh scripts/test_quickstart.sh Functions)

.github/workflows/inappmessaging.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
pull_request:
88
paths:
99
- 'FirebaseInAppMessaging**'
10-
- '.github/workflows/InAppMessaging.yml'
10+
- '.github/workflows/inappmessaging.yml'
1111
- 'Gemfile'
1212
schedule:
1313
# Run every day at 11pm (PST) - cron uses UTC times
@@ -20,7 +20,6 @@ jobs:
2020
plist_secret: ${{ secrets.GHASecretsGPGPassphrase1 }}
2121
signin_secret: ${{ secrets.GHASecretsGPGPassphrase1 }}
2222
runs-on: macOS-latest
23-
needs: check
2423

2524
steps:
2625
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)