Use GitHub-hosted runners on every workflow

Drops the self-hosted runner-02 default. With no self-hosted runner registered
on the repo, workflows now run reliably on ubuntu-latest without needing a
RUNS_ON repo variable override.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
Fabrizio Salmi
2026-05-01 08:16:15 +02:00
parent 5c654b3da8
commit 8cd150af87
5 changed files with 6 additions and 6 deletions

View File

@@ -13,7 +13,7 @@ on:
jobs:
validate-waf-patterns:
runs-on: ${{ fromJSON(vars.RUNS_ON || '["self-hosted","runner-02"]') }}
runs-on: ubuntu-latest
steps:
- name: Checkout repository