We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf48d5e commit 063137dCopy full SHA for 063137d
.github/workflows/prerelease.yml
@@ -7,6 +7,8 @@ on:
7
pull_request:
8
# closed will be triggered when a pull request is merged. This is to keep https://github.com/firebase/SpecsTesting up to date.
9
types: [closed]
10
+ paths:
11
+ - '.github/workflows/prerelease.yml'
12
workflow_dispatch:
13
schedule:
14
# Run every day at 10pm (PDT) / 1am (EDT) - cron uses UTC times
@@ -258,7 +260,7 @@ jobs:
258
260
strategy:
259
261
matrix:
262
include:
- - product: Performance
263
+ - product: Performance
264
plist_src_path: scripts/gha-encrypted/qs-performance.plist.gpg
265
plist_dst_path: quickstart-ios/performance/GoogleService-Info.plist
266
run_tests: true
0 commit comments