From 057a32aeddeca94c0c79aedc3eab6249ec676091 Mon Sep 17 00:00:00 2001 From: Pieter Vander Vennet Date: Mon, 9 Dec 2024 22:20:51 +0100 Subject: [PATCH] Chore(runner): fixes to labels --- .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 f036a4112..b401dbeb3 100644 --- a/.github/workflows/deploy_hosted.yml +++ b/.github/workflows/deploy_hosted.yml @@ -5,7 +5,7 @@ on: jobs: build: - runs-on: ubuntu-latest, hetzner-access + runs-on: [ubuntu-latest, hetzner-access] steps: - uses: actions/checkout@v3