forgjo-actions: comment out for now
This commit is contained in:
parent
a55e34e508
commit
b51ae6cf95
1 changed files with 10 additions and 10 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
on:
|
on:
|
||||||
push:
|
# push:
|
||||||
branches: [main]
|
# branches: [main]
|
||||||
schedule:
|
schedule:
|
||||||
- cron: 0 */6 * * *
|
- cron: 0 */6 * * *
|
||||||
jobs:
|
jobs:
|
||||||
|
|
@ -24,12 +24,12 @@ jobs:
|
||||||
if: ${{ github.event_name == 'schedule' }}
|
if: ${{ github.event_name == 'schedule' }}
|
||||||
run: git push
|
run: git push
|
||||||
|
|
||||||
- name: Build Loptland
|
# - name: Build Loptland
|
||||||
run: |
|
# run: |
|
||||||
cd ${{ env.FORGEJO_WORKSPACE }}
|
# cd ${{ env.FORGEJO_WORKSPACE }}
|
||||||
nix build .#nixosConfigurations.loptland.config.system.build.toplevel
|
# nix build .#nixosConfigurations.loptland.config.system.build.toplevel
|
||||||
|
|
||||||
- name: Build Yggdrasil
|
# - name: Build Yggdrasil
|
||||||
run: |
|
# run: |
|
||||||
cd ${{ env.FORGEJO_WORKSPACE }}
|
# cd ${{ env.FORGEJO_WORKSPACE }}
|
||||||
nix build .#nixosConfigurations.yggdrasil.config.system.build.toplevel
|
# nix build .#nixosConfigurations.yggdrasil.config.system.build.toplevel
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue