From 52b4505c63acf99e5c5355c1971f4ee326b472ef Mon Sep 17 00:00:00 2001 From: Pieter Vander Vennet Date: Mon, 9 Dec 2024 22:47:42 +0100 Subject: [PATCH] Chore(runner): rename build step --- .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 d66bc5346..e8f142999 100644 --- a/.github/workflows/deploy_hosted.yml +++ b/.github/workflows/deploy_hosted.yml @@ -4,7 +4,7 @@ on: - pull_request jobs: - build: + deploy_on_hosted: runs-on: [ubuntu-latest, hetzner-access] steps: - uses: actions/checkout@v3