Skip to content

Commit

Permalink
Merge pull request #17 from barstown/actions_update
Browse files Browse the repository at this point in the history
Updated ansible-lint action.
  • Loading branch information
barstown authored Jun 22, 2024
2 parents ae7efa7 + 3577b1c commit eb37b70
Showing 1 changed file with 14 additions and 10 deletions.
24 changes: 14 additions & 10 deletions .github/workflows/ansible-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,26 @@ name: Ansible Lint

on:
# Leaving this here for potential, likely will block pushes to main.
# push:
# branches: [main]
# paths:
# - 'roles/**'
# # - 'molecule/**'
# # - 'requirements.txt'
# - '.github/workflows/ansible-lint.yml'
# - '.ansible-lint'
pull_request:
push:
branches: [main]
paths:
- '.ansible-lint'
- '.github/workflows/ansible-lint.yml'
- 'galaxy-deploy.yml'
- 'galaxy.yml'
- 'roles/**'
# - 'molecule/**'
# - 'requirements.txt'
- '.github/workflows/ansible-lint.yml'
pull_request:
branches: [main]
paths:
- '.ansible-lint'
- '.github/workflows/ansible-lint.yml'
- 'galaxy-deploy.yml'
- 'galaxy.yml'
- 'roles/**'
# - 'molecule/**'
# - 'requirements.txt'

jobs:
ansible-lint:
Expand Down

0 comments on commit eb37b70

Please sign in to comment.