Skip to content

Commit

Permalink
Disable Windows and Linux build
Browse files Browse the repository at this point in the history
  • Loading branch information
Smjert committed Jun 30, 2024
1 parent 2e73055 commit cf7c206
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/hosted_runners.yml
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,7 @@ jobs:
# has been properly formatted
build_linux:
needs: [check_code_style, check_libraries_manifest]
if: false

runs-on: ${{ matrix.os }}

Expand Down Expand Up @@ -977,6 +978,7 @@ jobs:
# has been properly formatted
build_windows:
needs: [check_code_style, check_libraries_manifest]
if: false

runs-on: ${{ matrix.os }}

Expand Down

0 comments on commit cf7c206

Please sign in to comment.