Skip to content

Commit

Permalink
Merge pull request #169867 from Homebrew/fix/ci/continue_stable_synta…
Browse files Browse the repository at this point in the history
…x_error

fix: continue on stable syntax error
  • Loading branch information
SMillerDev committed Apr 23, 2024
2 parents 613a6f7 + 57190cf commit 9e52d0f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
stable: [false, true]
name: tap_syntax${{ matrix.stable && ' (stable)' || '' }}
runs-on: ubuntu-22.04
continue-on-error: ${{ matrix.stable }}
container:
image: ghcr.io/homebrew/ubuntu22.04:master
env:
Expand Down

0 comments on commit 9e52d0f

Please sign in to comment.