Skip to content

Commit

Permalink
Revert "Try to still publish if only the ASAN build fails"
Browse files Browse the repository at this point in the history
* This reverts commit 19d4327.
* Let's try to make it required again.
  • Loading branch information
eregon committed Oct 4, 2024
1 parent 19d4327 commit 406fc48
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ jobs:
include:
- { os: ubuntu-24.04, name: asan }
runs-on: ${{ matrix.os }}
continue-on-error: ${{ matrix.name == 'asan' }}
steps:
- name: Clone ruby
uses: actions/checkout@v4
Expand Down

0 comments on commit 406fc48

Please sign in to comment.