add continue-on-error to attic push
Some checks failed
Check flake.lock / Check health of `flake.lock` (push) Waiting to run
Check Nix formatting / Perform Nix format checks (push) Waiting to run
Check Nix flake / Perform Nix flake checks (ubuntu-latest) (push) Has been cancelled
Check Nix flake / Build nix outputs (ubuntu-latest) (push) Has been cancelled

This commit is contained in:
2025-03-04 00:11:04 -05:00
parent 6d2c993a96
commit 495605294d
3 changed files with 11 additions and 1 deletions

View File

@ -43,4 +43,6 @@ jobs:
- uses: actions/checkout@v4
- name: Build all outputs
run: nix run git+https://nayeonie.com/ahuston-0/flake-update-diff -- --build .
- run: nix ./utils/attic-push.bash
- name: Push to Attic
run: nix ./utils/attic-push.bash
continue-on-error: true