From fa273418b856349f19c3d423c3b4b5b330ad46c2 Mon Sep 17 00:00:00 2001 From: Ricky Heijnen Date: Wed, 13 Aug 2025 22:01:50 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20Update=20workflows=20to=20use=20?= =?UTF-8?q?brixion-runner=20for=20Github=20Actions?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/label-sync.yml | 2 +- .github/workflows/lint-markdown.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/label-sync.yml b/.github/workflows/label-sync.yml index d793106..af07d1f 100644 --- a/.github/workflows/label-sync.yml +++ b/.github/workflows/label-sync.yml @@ -7,7 +7,7 @@ on: jobs: label-sync: - runs-on: self-hosted + runs-on: brixion-runners steps: - name: Determine repository type from custom properties id: determine-type diff --git a/.github/workflows/lint-markdown.yml b/.github/workflows/lint-markdown.yml index 174b0fc..bc4f43d 100644 --- a/.github/workflows/lint-markdown.yml +++ b/.github/workflows/lint-markdown.yml @@ -11,7 +11,7 @@ on: # yamllint disable-line rule:truthy jobs: lint-markdown: name: Lint Markdown - runs-on: self-hosted + runs-on: brixion-runners steps: - uses: actions/checkout@v4 # Checkout the calling repo