From fe0f6d1cbfe8bf06a893014eee1fef002ce72536 Mon Sep 17 00:00:00 2001 From: Pieter Vander Vennet Date: Mon, 9 Dec 2024 21:33:19 +0100 Subject: [PATCH] Chore(runner): add 'hetzner-access' label as needed --- .github/workflows/deploy_hosted.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy_hosted.yml b/.github/workflows/deploy_hosted.yml index 4728a24fd..1cff93bc6 100644 --- a/.github/workflows/deploy_hosted.yml +++ b/.github/workflows/deploy_hosted.yml @@ -5,7 +5,7 @@ on: jobs: build: - runs-on: ubuntu-latest + runs-on: ubuntu-latest, hetzner-access steps: - uses: actions/checkout@v3