Răsfoiți Sursa

Set FIREBASE_CI for release and prerelease CI (#14394)

Paul Beusterien 1 an în urmă
părinte
comite
01a788e344
2 a modificat fișierele cu 6 adăugiri și 0 ștergeri
  1. 3 0
      .github/workflows/prerelease.yml
  2. 3 0
      .github/workflows/release.yml

+ 3 - 0
.github/workflows/prerelease.yml

@@ -9,6 +9,9 @@ on:
     # Run every day at 9pm (PST) - cron uses UTC times
     - cron:  '0 5 * * *'
 
+env:
+  FIREBASE_CI: true
+
 concurrency:
     group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}
     cancel-in-progress: true

+ 3 - 0
.github/workflows/release.yml

@@ -11,6 +11,9 @@ on:
     # Run every day at 9pm (PST) - cron uses UTC times
     - cron:  '0 5 * * *'
 
+env:
+  FIREBASE_CI: true
+
 concurrency:
     group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}
     cancel-in-progress: true