Skip to content

Commit 01a788e

Browse files
authored
Set FIREBASE_CI for release and prerelease CI (#14394)
1 parent 245331a commit 01a788e

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/prerelease.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ on:
99
# Run every day at 9pm (PST) - cron uses UTC times
1010
- cron: '0 5 * * *'
1111

12+
env:
13+
FIREBASE_CI: true
14+
1215
concurrency:
1316
group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}
1417
cancel-in-progress: true

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ on:
1111
# Run every day at 9pm (PST) - cron uses UTC times
1212
- cron: '0 5 * * *'
1313

14+
env:
15+
FIREBASE_CI: true
16+
1417
concurrency:
1518
group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}
1619
cancel-in-progress: true

0 commit comments

Comments
 (0)