add continue-on-error to attic push
Some checks failed
Check flake.lock / Check health of `flake.lock` (pull_request) Successful in 25s
Check Nix formatting / Perform Nix format checks (pull_request) Failing after 1m11s
Check Nix flake / Perform Nix flake checks (ubuntu-latest) (pull_request) Failing after 1m13s
Check Nix flake / Build nix outputs (ubuntu-latest) (pull_request) Failing after 1m16s
Some checks failed
Check flake.lock / Check health of `flake.lock` (pull_request) Successful in 25s
Check Nix formatting / Perform Nix format checks (pull_request) Failing after 1m11s
Check Nix flake / Perform Nix flake checks (ubuntu-latest) (pull_request) Failing after 1m13s
Check Nix flake / Build nix outputs (ubuntu-latest) (pull_request) Failing after 1m16s
This commit is contained in:
4
.github/workflows/nix-fmt.yml
vendored
4
.github/workflows/nix-fmt.yml
vendored
@@ -18,5 +18,9 @@ jobs:
|
||||
endpoint: ${{ secrets.ATTIC_ENDPOINT }}
|
||||
cache: ${{ secrets.ATTIC_CACHE }}
|
||||
token: ${{ secrets.ATTIC_TOKEN }}
|
||||
skip-push: "true"
|
||||
- uses: actions/checkout@v4
|
||||
- run: nix fmt -- --check .
|
||||
- name: Push to Attic
|
||||
run: nix ./utils/attic-push.bash
|
||||
continue-on-error: true
|
||||
|
||||
Reference in New Issue
Block a user