ci: Deploy taskbot in this repository
This commit is contained in:
parent
0978ed7b5e
commit
da304b96a9
2 changed files with 51 additions and 0 deletions
15
.forgejo/workflows/taskbot.yml
Normal file
15
.forgejo/workflows/taskbot.yml
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
on:
|
||||
schedule:
|
||||
- cron: '0 8,18 * * *'
|
||||
# For testing:
|
||||
# push:
|
||||
# branches:
|
||||
# - 'poc'
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: self-hosted-nixos-x86_64
|
||||
steps:
|
||||
- uses: https://code.forgejo.org/actions/checkout@v4
|
||||
- name: Run TaskBot
|
||||
run: nix-shell .forgejo/script/taskbot.nix --run "fafo-taskbot"
|
||||
Loading…
Add table
Add a link
Reference in a new issue