Skip to content

Commit

Permalink
Make staging runners configurable
Browse files Browse the repository at this point in the history
  • Loading branch information
cesarvarela committed Jan 31, 2024
1 parent 237ee79 commit e853863
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
with:
sha: ${{ github.sha }}
environment: staging
runner-label: ${{ vars.STAGING_RUNNER_LABEL }}

call-test-build:
uses: ./.github/workflows/test-build.yml
Expand All @@ -22,6 +23,7 @@ jobs:
sha: ${{ github.sha }}
environment: staging
netlify-context: production
runner-label: ${{ vars.STAGING_RUNNER_LABEL }}

call-test:
uses: ./.github/workflows/test.yml
Expand All @@ -30,6 +32,7 @@ jobs:
with:
sha: ${{ github.sha }}
environment: staging
runner-label: ${{ vars.STAGING_RUNNER_LABEL }}

call-deploy:
uses: ./.github/workflows/deploy.yml
Expand All @@ -42,3 +45,4 @@ jobs:
sha: ${{ github.sha }}
netlify-context: production
netlify-alias:
runner-label: ${{ vars.STAGING_RUNNER_LABEL }}

0 comments on commit e853863

Please sign in to comment.