Skip to content

Commit

Permalink
Disable the workflows that always fail
Browse files Browse the repository at this point in the history
  • Loading branch information
aalex committed Dec 13, 2024
1 parent 4b1ff74 commit f8a92ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_vs2022.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on: push
jobs:
build:
name: VS2022
if: false # Disables this entire workflow, since it always fails
runs-on: windows-2022
steps:
- name: Checkout code
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/mingw.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on: push

jobs:
mingw:
if: false # Disables this entire workflow, since it always fails
runs-on: windows-latest
strategy:
matrix:
Expand Down

0 comments on commit f8a92ea

Please sign in to comment.