Skip to content

Commit

Permalink
ci: Disable Windows-only CMake Workflow
Browse files Browse the repository at this point in the history
The unified vcpkg_build workflow includes Windows, and builds the same.

Disable this from triggering automatically in prep for removing outright
  • Loading branch information
lokitoth committed Jan 2, 2024
1 parent 2849b3b commit e9c5e53
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions .github/workflows/build_windows_cmake.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
name: Windows / C++ - CMake only

on:
push:
branches:
- master
- 'releases/**'
pull_request:
branches:
- '*'
# only run on explicit user request, since this build is duplicated by the vcpkg builds
workflow_dispatch
# push:
# branches:
# - master
# - 'releases/**'
# pull_request:
# branches:
# - '*'

concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.sha }}
Expand Down

0 comments on commit e9c5e53

Please sign in to comment.