Skip to content

Commit

Permalink
Ignore flaky CI job
Browse files Browse the repository at this point in the history
  • Loading branch information
tbidne committed May 29, 2024
1 parent 8890fcd commit 8a7fd25
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,13 @@ jobs:
strategy:
fail-fast: false
matrix:
os:
- "macos-latest"
- "ubuntu-latest"
- os: "macos-latest"
flaky: false
- os: "ubuntu-latest"
flaky: true
runs-on: ${{ matrix.os }}
# The ubuntu runner has inexplicably started refusing to run on CI...
continue-on-error: ${{ matrix.flaky }}
steps:
- uses: actions/checkout@v4
- uses: haskell-actions/setup@v2
Expand Down

0 comments on commit 8a7fd25

Please sign in to comment.