From d780cc08f4f83ae52574c902a0276fe0e5a9881f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabiano=20Fid=C3=AAncio?= Date: Tue, 11 Jul 2023 10:42:40 +0200 Subject: [PATCH] gha: nightly: Also use `workflow_dispatch` to trigger it MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This is a very nice suggestion from Steve Horsman, as with that we can manually trigger the workflow anytime we need to test it, instead of waiting for a full day for it to be retriggered via the `schedule` event. Signed-off-by: Fabiano FidĂȘncio --- .github/workflows/ci-nightly.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci-nightly.yaml b/.github/workflows/ci-nightly.yaml index a5b82e8b6..9a47ce0e4 100644 --- a/.github/workflows/ci-nightly.yaml +++ b/.github/workflows/ci-nightly.yaml @@ -2,6 +2,7 @@ name: Kata Containers Nightly CI on: schedule: - cron: '0 0 * * *' + workflow_dispatch: jobs: kata-containers-ci-on-push: