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:
|
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user