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: on:
push: push:
branches: branches:
- master - master
jobs: jobs:
wake:
name: Wake Runner
runs-on: ubuntu-latest
steps:
- name: Wakeup Runner
run: |
curl https://idlesleep.wolproxy.seeseepuff.be/status
build: build:
name: Build and Push
runs-on: ubuntu-amd64 runs-on: ubuntu-amd64
container: container:
image: gitea.seeseepuff.be/archlinux/archlinux:latest image: gitea.seeseepuff.be/archlinux/archlinux:latest