From cb693c10022cf8005d75877cd503bc02b30e486c Mon Sep 17 00:00:00 2001 From: beechesII Date: Wed, 11 Dec 2024 12:00:33 +0100 Subject: [PATCH] trigger github action --- .github/workflows/CI.yml | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 21d78f4..b75d73d 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -3,13 +3,15 @@ name: CI - Linting & Testing on: push: - branches: [main] - paths: - - 'playbooks/**' - - 'roles/**' - - 'tests/**' - - 'meta/**' - - 'galaxy.yml' + branches: + - main + - integration_spotter + #paths: + # - 'playbooks/**' + # - 'roles/**' + # - 'tests/**' + # - 'meta/**' + # - 'galaxy.yml' pull_request: branches: - main @@ -25,8 +27,8 @@ on: # testing against latest version of ansible-test for each ansible-core # version schedule: - - cron: "59 10 * * 3" - #- cron: "0 6 * * 1" + - cron: "0 6 * * 1" + concurrency: group: >-