Merge update and wake script
Some checks failed
Build and Push / build (push) Waiting to run
Update repository and wake runner / wake (push) Successful in 5s
Update repository and wake runner / update (push) Failing after 8s

This commit is contained in:
Sebastiaan de Schaetzen 2025-04-23 11:19:45 +02:00
parent f4b433c4f8
commit da12789c45
2 changed files with 10 additions and 16 deletions

View File

@ -1,11 +1,11 @@
name: Update from AUR name: Update repository and wake runner
on: on:
push: push:
branches: branches:
- master - master
jobs: jobs:
build: update:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout code - name: Checkout code
@ -22,3 +22,10 @@ jobs:
- name: Push changes (if any) - name: Push changes (if any)
run: git push origin master run: git push origin master
wake:
runs-on: ubuntu-latest
steps:
- name: Wakeup Runner
run: |
curl https://idlesleep.wolproxy.seeseepuff.be/status

View File

@ -1,13 +0,0 @@
name: Wake Runner
on:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Wakeup Runner
run: |
curl https://idlesleep.wolproxy.seeseepuff.be/status