@@ -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
@@ -11,6 +11,9 @@ on: