Skip to content

Commit

Permalink
Export env var for whole workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ncooke3 committed Oct 18, 2023
1 parent 64cf995 commit 75de30d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/client_app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,16 @@ on:
# Run every day at 12am (PST) - cron uses UTC times
- cron: "0 8 * * *"

env:
FIREBASECI_USE_LATEST_GOOGLEAPPMEASUREMENT: 1

concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}
cancel-in-progress: true

jobs:
client-app-spm:
if: (github.repository == 'Firebase/firebase-ios-sdk' && github.event_name == 'schedule') || github.event_name == 'pull_request'
env:
FIREBASECI_USE_LATEST_GOOGLEAPPMEASUREMENT: 1
runs-on: macos-12
strategy:
matrix:
Expand Down

0 comments on commit 75de30d

Please sign in to comment.