Skip to content
This repository was archived by the owner on Dec 22, 2025. It is now read-only.

INF-474/feat: Migrate GitHub Actions runners to vars.RUNNER_STANDARD#21

Merged
brtkwr merged 1 commit intostagingfrom
INF-474/feat-migrate-github-actions-runners-to-vars
Nov 20, 2025
Merged

INF-474/feat: Migrate GitHub Actions runners to vars.RUNNER_STANDARD#21
brtkwr merged 1 commit intostagingfrom
INF-474/feat-migrate-github-actions-runners-to-vars

Conversation

@brtkwr
Copy link
Member

@brtkwr brtkwr commented Nov 20, 2025

Migrates GitHub Actions runner configuration from hardcoded values to organisation variables.

Changes:

  • runs-on: self-hosted-standard → ${{ vars.RUNNER_STANDARD }}
  • runs-on: self-hosted-highmem → ${{ vars.RUNNER_HIGHMEM }}
  • runs-on: self-hosted → ${{ vars.RUNNER_STANDARD }}
  • runs-on: ubuntu-latest → ${{ vars.RUNNER_STANDARD }}

Linear: https://linear.app/tillit/issue/INF-474

@brtkwr brtkwr requested review from a team and espensb November 20, 2025 13:31
@brtkwr brtkwr merged commit 6cfde5e into staging Nov 20, 2025
2 of 3 checks passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants