Skip to content
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.

Commit

Permalink
feat(ci): allow continue-on-error for non-release branches
Browse files Browse the repository at this point in the history
Signed-off-by: Victor Adossi <vadossi@cosmonic.com>
  • Loading branch information
vados-cosmonic committed Jun 22, 2023
1 parent 8648876 commit a03eb01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
name: wash-${{ matrix.config.target }}
runs-on: macos-12
# NOTE(vados-cosmonic): Mac builds can OOM in GitHub CI
continue-on-error: true
continue-on-error: ${{ contains(github.ref, 'release') }}
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/install-nix
Expand Down

0 comments on commit a03eb01

Please sign in to comment.