From e448c2115bce2577d5d538dce9774cc975811a12 Mon Sep 17 00:00:00 2001 From: Matthias Pohl Date: Wed, 13 Dec 2023 12:27:50 +0100 Subject: [PATCH] Adds workflow_dispatch trigger to nightly --- .github/workflows/flink-nightly-most-recent-released-version.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/flink-nightly-most-recent-released-version.yml b/.github/workflows/flink-nightly-most-recent-released-version.yml index af700dd309bfd7..99820b6305331c 100644 --- a/.github/workflows/flink-nightly-most-recent-released-version.yml +++ b/.github/workflows/flink-nightly-most-recent-released-version.yml @@ -23,6 +23,7 @@ name: "Nightly (most-recent release)" on: schedule: - cron: '0 12 * * *' + workflow_dispatch: permissions: read-all