We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a06224 commit 1f7a6eaCopy full SHA for 1f7a6ea
.github/workflows/ci.yml
@@ -67,6 +67,7 @@ jobs:
67
68
- nix-command: build .#nixOnDroidConfigurations.pixel9.activationPackage --impure
69
runs-on: ubuntu-24.04-arm
70
+ allow-failure: true
71
72
- nix-command: build .#nixosConfigurations.argon.config.system.build.toplevel
73
@@ -121,6 +122,7 @@ jobs:
121
122
123
- name: Build command
124
run: nix ${{ matrix.nix-command }}
125
+ continue-on-error: ${{ matrix.allow-failure || false }}
126
127
- name: Deploy cachix-agent spec
128
if: github.ref == 'refs/heads/master' && inputs.branch == '' && matrix.deploy-agent
0 commit comments