From 299ab8d4b7c865d1004395ac294e0610e00bebd2 Mon Sep 17 00:00:00 2001 From: "alex.sharov" Date: Thu, 23 Mar 2023 15:51:03 +0700 Subject: [PATCH] manual integration tests run allow --- .github/workflows/test-integration.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test-integration.yml b/.github/workflows/test-integration.yml index a740868fd..e2afd1a3d 100644 --- a/.github/workflows/test-integration.yml +++ b/.github/workflows/test-integration.yml @@ -7,6 +7,8 @@ on: - stable schedule: - cron: '20 16 * * *' # daily at 16:20 UTC + workflow_dispatch: + jobs: tests: strategy: