This commit is contained in:
parent
0978ed7b5e
commit
3722d09b06
2 changed files with 48 additions and 0 deletions
12
.forgejo/workflows/taskbot.yml
Normal file
12
.forgejo/workflows/taskbot.yml
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
on:
|
||||
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