Ensure runner is awake before starting
This commit is contained in:
parent
c464ae169a
commit
f448f43a75
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user