Skip to content

Commit

Permalink
Disable build+test checks until they've been fixed (#609)
Browse files Browse the repository at this point in the history
Due to #608 the build/test
checks are currently broken and actively harmful to our ability to merge
PRs. This commit disables them until they've been fixed.
  • Loading branch information
rjhuijsman authored Jan 8, 2024
1 parent e0dff01 commit 709a85e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ on:

jobs:
build-and-test:
# Remove the following when https://github.com/3rdparty/eventuals/issues/608
# has been fixed.
if: false
name: Build and Test
runs-on: ${{ matrix.runner }}
strategy:
Expand Down

0 comments on commit 709a85e

Please sign in to comment.