Make build depend on wake
All checks were successful
Workflows / Update from AUR (push) Successful in 8s
Workflows / Wake Runner (push) Successful in 4s
Workflows / Build and Push (push) Has been skipped
Workflows / Check if rebuild is necessary (push) Successful in 11s

This commit is contained in:
Sebastiaan de Schaetzen 2025-04-23 12:28:55 +02:00
parent 7891ded64b
commit cf639fbc21

View File

@ -69,7 +69,7 @@ jobs:
build: build:
name: Build and Push name: Build and Push
runs-on: ubuntu-amd64 runs-on: ubuntu-amd64
needs: check needs: wake
container: container:
image: gitea.seeseepuff.be/archlinux/archlinux:latest image: gitea.seeseepuff.be/archlinux/archlinux:latest
if: gitea.event_name == 'push' if: gitea.event_name == 'push'