Ensure runner is awake before starting

This commit is contained in:
Sebastiaan de Schaetzen 2025-04-25 10:59:44 +02:00
parent c464ae169a
commit f448f43a75

View File

@ -1,11 +1,20 @@
name: Build and Push
name: Workflows
on:
push:
branches:
- master
jobs:
wake:
name: Wake Runner
runs-on: ubuntu-latest
steps:
- name: Wakeup Runner
run: |
curl https://idlesleep.wolproxy.seeseepuff.be/status
build:
name: Build and Push
runs-on: ubuntu-amd64
container:
image: gitea.seeseepuff.be/archlinux/archlinux:latest