From ad36ad0874c4769ab4fcd91cb47178a8d56e41d3 Mon Sep 17 00:00:00 2001 From: Ladislau Szomoru <3372902+lszomoru@users.noreply.github.com> Date: Wed, 11 May 2022 13:45:45 +0200 Subject: [PATCH] Do not trigger the CI workflow automatically. One can still run it manually if needed. (#149246) --- .github/workflows/ci.yml | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bcb323a6658..c9260f4dc88 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,14 +1,16 @@ name: CI -on: - push: - branches: - - main - - release/* - pull_request: - branches: - - main - - release/* +on: workflow_dispatch + +# on: +# push: +# branches: +# - main +# - release/* +# pull_request: +# branches: +# - main +# - release/* jobs: windows: