From cf639fbc21eb0ac5108da32ca9b5dd2652a0790d Mon Sep 17 00:00:00 2001 From: Sebastiaan de Schaetzen Date: Wed, 23 Apr 2025 12:28:55 +0200 Subject: [PATCH] Make build depend on wake --- .gitea/workflows/workflow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/workflow.yml b/.gitea/workflows/workflow.yml index 294f6c9..22ab80e 100644 --- a/.gitea/workflows/workflow.yml +++ b/.gitea/workflows/workflow.yml @@ -69,7 +69,7 @@ jobs: build: name: Build and Push runs-on: ubuntu-amd64 - needs: check + needs: wake container: image: gitea.seeseepuff.be/archlinux/archlinux:latest if: gitea.event_name == 'push'