From 861df6fe71f726b633672895fa8420176aa23db8 Mon Sep 17 00:00:00 2001 From: Andrey Filipenkov Date: Tue, 20 Sep 2022 12:04:15 +0300 Subject: [PATCH] [CI] add ability to run workflow manually --- .github/workflows/github.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/github.yml b/.github/workflows/github.yml index 91ab2da54..2220e982e 100644 --- a/.github/workflows/github.yml +++ b/.github/workflows/github.yml @@ -7,6 +7,7 @@ on: pull_request: schedule: - cron: '0 2 * * *' + workflow_dispatch: env: # Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)