From e99555f237a4e3605085841908642223f3144623 Mon Sep 17 00:00:00 2001 From: Laurent Indermuehle Date: Thu, 6 Mar 2025 12:01:13 +0100 Subject: [PATCH] [CI] add way to trigger workflow manually Useful in the case we don't modifiy any files in the paths: sections of the push event. --- .github/workflows/ansible-test-plugins.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ansible-test-plugins.yml b/.github/workflows/ansible-test-plugins.yml index 8f589c7..e406357 100644 --- a/.github/workflows/ansible-test-plugins.yml +++ b/.github/workflows/ansible-test-plugins.yml @@ -13,7 +13,7 @@ on: # yamllint disable-line rule:truthy - '.github/workflows/ansible-test-plugins.yml' schedule: - cron: '0 6 * * *' - + workflow_dispatch: jobs: sanity: