Skip to content

Commit ab332b0

Browse files
authored
Let CI check for stable run even if beta run fails (#2360)
1 parent 53e892a commit ab332b0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

+1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
- rust: stable
2828
os: actuated-arm64-4cpu-16gb
2929
runs-on: ${{ matrix.os }}
30+
continue-on-error: ${{ matrix.rust == 'beta' }}
3031
steps:
3132
- name: Free disk space
3233
if: ${{ matrix.os == 'ubuntu-latest'}}

0 commit comments

Comments
 (0)