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:
|
||||
push:
|
||||
branches: [main]
|
||||
# push:
|
||||
# branches: [main]
|
||||
schedule:
|
||||
- cron: 0 */6 * * *
|
||||
jobs:
|
||||
|
|
@ -24,12 +24,12 @@ jobs:
|
|||
if: ${{ github.event_name == 'schedule' }}
|
||||
run: git push
|
||||
|
||||
- name: Build Loptland
|
||||
run: |
|
||||
cd ${{ env.FORGEJO_WORKSPACE }}
|
||||
nix build .#nixosConfigurations.loptland.config.system.build.toplevel
|
||||
# - name: Build Loptland
|
||||
# run: |
|
||||
# cd ${{ env.FORGEJO_WORKSPACE }}
|
||||
# nix build .#nixosConfigurations.loptland.config.system.build.toplevel
|
||||
|
||||
- name: Build Yggdrasil
|
||||
run: |
|
||||
cd ${{ env.FORGEJO_WORKSPACE }}
|
||||
nix build .#nixosConfigurations.yggdrasil.config.system.build.toplevel
|
||||
# - name: Build Yggdrasil
|
||||
# run: |
|
||||
# cd ${{ env.FORGEJO_WORKSPACE }}
|
||||
# nix build .#nixosConfigurations.yggdrasil.config.system.build.toplevel
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue