From f8f4772a25e5cd0f1dcc34bf830e4d74b7e10725 Mon Sep 17 00:00:00 2001 From: M Sazzadul Hoque <7600764+sazzad16@users.noreply.github.com> Date: Thu, 12 Oct 2023 21:09:04 +0600 Subject: [PATCH] Make integration and snapshot actions manually triggerable --- .github/workflows/integration.yml | 1 + .github/workflows/snapshot.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 001ebabe5e..f9bd15f7bb 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -19,6 +19,7 @@ on: - '[0-9].[0-9].x' schedule: - cron: '0 1 * * *' # nightly build + workflow_dispatch jobs: diff --git a/.github/workflows/snapshot.yml b/.github/workflows/snapshot.yml index 3155eaa20f..33c69c8f28 100644 --- a/.github/workflows/snapshot.yml +++ b/.github/workflows/snapshot.yml @@ -8,6 +8,7 @@ on: - master - '[0-9].x' - '[0-9].[0-9].x' + workflow_dispatch jobs: