From 0d7e97f42a10ecee25a4025ac9c2df71d9e0b4d0 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 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..84da5938f6 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..f38436598c 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: