Skip to content
This repository was archived by the owner on Jan 6, 2026. It is now read-only.

Commit 8a37578

Browse files
authored
Merge pull request #1 from two-inc/INF-474/feat-migrate-github-actions-runners-to-vars
INF-474: Migrate GitHub Actions runners to vars.RUNNER_STANDARD
2 parents c2a1432 + 6c770da commit 8a37578

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
types: [published]
55
jobs:
66
pypi:
7-
runs-on: ubuntu-latest
7+
runs-on: ${{ vars.RUNNER_STANDARD }}
88
steps:
99
- name: Checkout
1010
uses: actions/checkout@v4

0 commit comments

Comments
 (0)