Use self-org runners

This commit is contained in:
Javier Cortejoso
2025-03-07 11:00:01 +01:00
committed by GitHub
parent f63ee37118
commit d08685e2e3

View File

@@ -16,7 +16,7 @@ on:
jobs:
build:
runs-on: ['self-hosted', 'org', 'ubuntu-22-04']
runs-on: ['self-hosted', 'selfxyz-org', 'ubuntu-22-04']
steps:
- name: Checkout Repository