diff --git a/.github/workflows/msvc-full-features-cmake.yml b/.github/workflows/msvc-full-features-cmake.yml index 1bd8cbfaaeb3..e6c29f56f161 100644 --- a/.github/workflows/msvc-full-features-cmake.yml +++ b/.github/workflows/msvc-full-features-cmake.yml @@ -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: