feat: add github hetzner runners

This commit is contained in:
kolaente 2025-04-02 13:27:57 +02:00
parent 07c5ddd630
commit 8344885683
No known key found for this signature in database
GPG Key ID: F40E70337AB24C9B
2 changed files with 4 additions and 4 deletions

View File

@ -5,7 +5,7 @@ on:
jobs:
docker:
runs-on: ubuntu-latest
runs-on: [self-hosted, type-cx42]
steps:
- name: Git describe
id: ghd
@ -78,7 +78,7 @@ jobs:
path: ./frontend/dist/**/*
binaries:
runs-on: ubuntu-latest
runs-on: [self-hosted, type-cx42]
needs:
- frontend
steps:

View File

@ -163,7 +163,7 @@ jobs:
./vikunja migrate
test-api:
runs-on: ubuntu-latest
runs-on: [self-hosted, type-cx32, image-x86-app-docker-ce]
needs:
- mage
strategy:
@ -313,7 +313,7 @@ jobs:
pnpm test:unit
test-frontend-e2e:
runs-on: ubuntu-latest
runs-on: [self-hosted, type-cx32, image-x86-app-docker-ce]
needs:
- frontend-dependencies
- api-build