Skip to content

Commit

Permalink
Disable platform checks
Browse files Browse the repository at this point in the history
  • Loading branch information
dhil committed Dec 30, 2024
1 parent 90a21e5 commit 190ec98
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -520,7 +520,8 @@ jobs:
# features here and there, see the `include` matrix for more details.
platform_checks:
needs: determine
if: needs.determine.outputs.platform-checks
# NOTE(dhil): Disabled as the platforms are currently unsupported.
if: false && needs.determine.outputs.platform-checks
name: "Platform: ${{ matrix.target }}"
runs-on: ${{ matrix.os }}
strategy:
Expand Down

0 comments on commit 190ec98

Please sign in to comment.