From 39969f829895ebe062fd6517c4d441543e0a93d6 Mon Sep 17 00:00:00 2001 From: Laurent Indermuehle Date: Mon, 23 Jan 2023 22:29:04 +0100 Subject: [PATCH] Enable back push and schedule workflow --- .github/workflows/ansible-test-plugins.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ansible-test-plugins.yml b/.github/workflows/ansible-test-plugins.yml index 97f7abf..1a989e7 100644 --- a/.github/workflows/ansible-test-plugins.yml +++ b/.github/workflows/ansible-test-plugins.yml @@ -1,18 +1,18 @@ --- name: Plugins CI on: - # push: - # paths: - # - 'plugins/**' - # - 'tests/**' - # - '.github/workflows/ansible-test-plugins.yml' + push: + paths: + - 'plugins/**' + - 'tests/**' + - '.github/workflows/ansible-test-plugins.yml' pull_request: paths: - 'plugins/**' - 'tests/**' - '.github/workflows/ansible-test-plugins.yml' - # schedule: - # - cron: '0 6 * * *' + schedule: + - cron: '0 6 * * *' jobs: