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 245331a commit 01a788eCopy full SHA for 01a788e
.github/workflows/prerelease.yml
@@ -9,6 +9,9 @@ on:
9
# Run every day at 9pm (PST) - cron uses UTC times
10
- cron: '0 5 * * *'
11
12
+env:
13
+ FIREBASE_CI: true
14
+
15
concurrency:
16
group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}
17
cancel-in-progress: true
.github/workflows/release.yml
@@ -11,6 +11,9 @@ on:
18
19
0 commit comments