Skip to content

Commit

Permalink
Only run CMake+MSVC on upload
Browse files Browse the repository at this point in the history
  • Loading branch information
olanti-p committed Nov 14, 2023
1 parent edd04f0 commit 858bbe3
Showing 1 changed file with 2 additions and 17 deletions.
19 changes: 2 additions & 17 deletions .github/workflows/msvc-full-features-cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,25 +16,10 @@ on:
- '!tools/format/**'
- 'utilities/**'
- 'scripts/**'
pull_request:
branches:
- upload
paths-ignore:
- 'android/**'
- 'build-data/osx/**'
- 'doc/**'
- 'doxygen_doc/**'
- 'gfx/**'
- 'lang/**'
- 'lgtm/**'
- 'tools/**'
- '!tools/format/**'
- 'utilities/**'
- 'scripts/**'

# We only care about the latest revision of a PR, so cancel previous instances.
# We only care about the latest revision, so cancel previous instances.
concurrency:
group: msvc-cmake-build-${{ github.event.pull_request.number || github.ref_name }}
group: msvc-cmake-build-${{ github.ref_name }}
cancel-in-progress: true

env:
Expand Down

0 comments on commit 858bbe3

Please sign in to comment.