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