From fc58ca4f3ceb9ac32ebb3a958b359449ea985b67 Mon Sep 17 00:00:00 2001 From: Liora Milbaum Date: Tue, 2 Apr 2024 19:35:28 +0300 Subject: [PATCH] Ability to trigger the testing-framework workflow manually Signed-off-by: Liora Milbaum --- .github/workflows/testing-framework.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/testing-framework.yaml b/.github/workflows/testing-framework.yaml index fc8cf5fc..a64840b6 100644 --- a/.github/workflows/testing-framework.yaml +++ b/.github/workflows/testing-framework.yaml @@ -3,6 +3,9 @@ name: Testing Framework on: schedule: # schedule the job to run at 12 AM daily - cron: '0 0 * * *' + + workflow_dispatch: + env: REGISTRY: ghcr.io