summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKjell Ahlstedt <kjellahlstedt@gmail.com>2020-11-25 16:28:14 +0100
committerKjell Ahlstedt <kjellahlstedt@gmail.com>2020-11-25 16:28:14 +0100
commitb247a390b0c09c79ebb04d99b1f0adcb5a25201a (patch)
tree865c38fa6b704662403b875a9c7839b0a42da98b
parent0f31f9ac23bf7db22928b01ecf9c3a372661817c (diff)
downloadsigc++-b247a390b0c09c79ebb04d99b1f0adcb5a25201a.tar.gz
CI: Don't run MSVC check on push
This test does not work any more. I don't know how to fix it. Run it only manually. Unable to process command '##[add-path]C:\Program Files (x86)\ Microsoft Visual Studio\2019\Enterprise\MSBuild\Current\Bin' successfully. The `add-path` command is disabled. Please upgrade to using Environment Files or opt into unsecure command execution by setting the `ACTIONS_ALLOW_UNSECURE_COMMANDS` environment variable to `true`. For more information see: https://github.blog/changelog/ 2020-10-01-github-actions-deprecating-set-env-and-add-path-commands/
-rw-r--r--.github/workflows/cmake-msvc.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/cmake-msvc.yml b/.github/workflows/cmake-msvc.yml
index 5007847..49150c8 100644
--- a/.github/workflows/cmake-msvc.yml
+++ b/.github/workflows/cmake-msvc.yml
@@ -1,6 +1,8 @@
name: "CI: cmake: msvc 2019"
-on: [push]
+# This test does not work any more. Don't run it automatically.
+# I don't know how it shall be changed. /2020-11-25 Kjell Ahlstedt
+on: [workflow_dispatch]
jobs:
build: