Skip to content

Merge branch 'main' into staging #125

Merge branch 'main' into staging

Merge branch 'main' into staging #125

Workflow file for this run

name: Test Staging
on:
pull_request:
branches: staging
push:
branches: staging
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
test-staging:
uses: ./.github/workflows/firebase-test.yaml
secrets: inherit
with:
environment: staging
github_ref: ${{ github.ref }}
firebase_project: ${{ vars.FIREBASE_PROJECT_STAGING }}