From 36bf283362ca816489130a72ce94f4924853bfad Mon Sep 17 00:00:00 2001 From: wesley van tilburg Date: Tue, 15 Oct 2024 21:26:35 +0200 Subject: [PATCH] update ci --- .gitea/workflows/ipxe.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/ipxe.yaml b/.gitea/workflows/ipxe.yaml index afc2d70..1485a4e 100644 --- a/.gitea/workflows/ipxe.yaml +++ b/.gitea/workflows/ipxe.yaml @@ -1,11 +1,12 @@ name: build ipxe +runs-on: dynamis on: + push: schedule: - cron: '0 2 * * SUN' jobs: make-ipxe: name: make ipxe - runs-on: ubuntu-latest container: docker.io/alpine:edge steps: - name: install dependencies