Skip to content

Commit

Permalink
trigger github action
Browse files Browse the repository at this point in the history
  • Loading branch information
beechesII committed Dec 11, 2024
1 parent be43dfa commit cb693c1
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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: >-
Expand Down

0 comments on commit cb693c1

Please sign in to comment.