Skip to content

Commit

Permalink
CI: Run Windows clang only once a week
Browse files Browse the repository at this point in the history
It has shown long-lasting breakage and takes forever. Save on computing
resources and reduce spurious failures.

Closes #1437.
  • Loading branch information
lmoureaux authored and jwrober committed Feb 2, 2023
1 parent 4d71c0f commit e6f6572
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@ jobs:
name: "Windows Clang"
runs-on: windows-latest
needs: clang-format
if: github.event_name == 'schedule'
env:
VCPKG_ROOT: C:/vcpkg
VCPKG_DEFAULT_BINARY_CACHE: ${{github.workspace}}/vcpkg/bincache
Expand Down

0 comments on commit e6f6572

Please sign in to comment.