Skip to content

Commit

Permalink
Enable only ansible-lint workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ArunSaravananBalachandran authored Dec 17, 2024
1 parent 1e3b6a9 commit 69c50fa
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/ansible-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ on:
pull_request:
# Run CI once per day (at 06:00 UTC)
# This ensures that even if there haven't been commits that we are still testing against latest version of ansible-test for each ansible-base version
schedule:
- cron: '0 6 * * *'
#schedule:
# - cron: '0 6 * * *'

jobs:
changelog:
uses: ansible-network/github_actions/.github/workflows/changelog.yml@main
if: (github.event_name != 'schedule' && github.event_name != 'push' && !contains(github.event.pull_request.labels.*.name, 'new_resource_module') && !contains(github.event.pull_request.labels.*.name, 'documentation'))
sanity:
uses: ansible-network/github_actions/.github/workflows/sanity.yml@main
#changelog:
# uses: ansible-network/github_actions/.github/workflows/changelog.yml@main
# if: (github.event_name != 'schedule' && github.event_name != 'push' && !contains(github.event.pull_request.labels.*.name, 'new_resource_module') && !contains(github.event.pull_request.labels.*.name, 'documentation'))
#sanity:
# uses: ansible-network/github_actions/.github/workflows/sanity.yml@main
ansible-lint:
uses: ansible/ansible-content-actions/.github/workflows/ansible_lint.yaml@main

0 comments on commit 69c50fa

Please sign in to comment.