From 40558c73a68d75dc016afe1f1b281a07c08506eb Mon Sep 17 00:00:00 2001 From: Wabri <12409541+Wabri@users.noreply.github.com> Date: Mon, 12 Feb 2024 17:57:26 +0100 Subject: [PATCH] fix(ansible-test-sanity): update workflow to run in every pr Closes #648 --- .github/workflows/ansible-test-sanity.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ansible-test-sanity.yml b/.github/workflows/ansible-test-sanity.yml index 90b32f207..5e464b01f 100644 --- a/.github/workflows/ansible-test-sanity.yml +++ b/.github/workflows/ansible-test-sanity.yml @@ -5,9 +5,10 @@ name: ansible-test sanity of the collection on: - schedule: - - cron: '31 12 * * 1' - + pull_request: + branches: + - main + - dev workflow_dispatch: jobs: