Skip to content

Commit

Permalink
Update .github/workflows/deploy-staging.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jakeyheath authored Feb 7, 2025
1 parent df27523 commit 20bd5fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
deploy-to-staging-env:
needs: get-release-tag
if: needs.get-release-tag.outputs.release_tag != ''
runs-on: ARM64
runs-on: ARM64-dev
environment: staging
permissions:
id-token: write
Expand Down

0 comments on commit 20bd5fa

Please sign in to comment.