generated from archlinux/template
Merge update and wake script
This commit is contained in:
parent
f4b433c4f8
commit
da12789c45
@ -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
|
@ -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
|
|
Loading…
x
Reference in New Issue
Block a user