Skip to content

fix: set tag to AWS instance volume #128

fix: set tag to AWS instance volume

fix: set tag to AWS instance volume #128

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 }}