Skip to content

Commit

Permalink
XXX: disable windows tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tstellar committed May 7, 2024
1 parent dd4e153 commit a99fae8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ci-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ jobs:
- compute-test-configs
permissions:
actions: write #pr-sccache-save may delete artifacts.
runs-on: ${{ matrix.runs-on }}
strategy:
fail-fast: false
matrix:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/precommit-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ concurrency:
jobs:
compute-projects:
name: "Compute Projects to Test"
if: github.event.action != 'closed'
if: github.event.action != 'closed' && false
runs-on: ubuntu-22.04
outputs:
projects: ${{ steps.vars.outputs.projects }}
Expand Down

0 comments on commit a99fae8

Please sign in to comment.