Skip to content

Commit

Permalink
Let CI check for stable run even if beta run fails (#2360)
Browse files Browse the repository at this point in the history
  • Loading branch information
cijothomas authored Nov 27, 2024
1 parent 53e892a commit ab332b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
- rust: stable
os: actuated-arm64-4cpu-16gb
runs-on: ${{ matrix.os }}
continue-on-error: ${{ matrix.rust == 'beta' }}
steps:
- name: Free disk space
if: ${{ matrix.os == 'ubuntu-latest'}}
Expand Down

0 comments on commit ab332b0

Please sign in to comment.