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

Commit 6c770da

Browse files
espensbclaude
andcommitted
INF-474: Migrate GitHub Actions runners to vars.RUNNER_STANDARD
- Migrated hardcoded runner values to organization variables - Changed ubuntu-latest → \${{ vars.RUNNER_STANDARD }} - Changed self-hosted → \${{ vars.RUNNER_STANDARD }} 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent c2a1432 commit 6c770da

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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)