Skip to content

Commit

Permalink
ci: Disable Windows-only CMake Workflow (#4678)
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

Co-authored-by: olgavrou <olgavrou@gmail.com>
  • Loading branch information
lokitoth and olgavrou authored Mar 21, 2024
1 parent 9837a0e commit a0be017
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 a0be017

Please sign in to comment.