Skip to content

Commit 5bf73b9

Browse files
authored
Merge pull request #32 from two-inc/INF-474/feat-migrate-github-actions-runners-to-vars
INF-474/feat: Migrate GitHub Actions runners to vars.RUNNER_STANDARD
2 parents f3bc916 + 2021f9f commit 5bf73b9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111

1212
jobs:
1313
pytest:
14-
runs-on: ubuntu-latest
14+
runs-on: ${{ vars.RUNNER_STANDARD }}
1515
permissions:
1616
contents: read
1717
id-token: write

0 commit comments

Comments
 (0)