diff --git a/.github/workflows/scheduled_test.yml b/.github/workflows/scheduled_test.yml index aad5f9e0e9..120d6cb3ad 100644 --- a/.github/workflows/scheduled_test.yml +++ b/.github/workflows/scheduled_test.yml @@ -1,6 +1,7 @@ name: Scheduled tests on: + workflow_dispatch: # Allows to trigger the workflow manually in GitHub UI schedule: - cron: '0 13 * * *' @@ -35,4 +36,3 @@ jobs: run: | make scheduled_tests shell: bash - secrets: inherit