Skip to content

Commit

Permalink
Update lint tests for Redhat certification
Browse files Browse the repository at this point in the history
  • Loading branch information
jryburn committed Feb 28, 2024
1 parent a3ea9d2 commit 7a81a43
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions .github/workflows/eda-test-template.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
---
on: []
on:
# Run CI against all pushes (direct commits, also merged PRs), Pull Requests
push:
branches:
- main
- stable-*
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-core
# version
schedule:
- cron: "0 6 * * *"

name: Linters
jobs:
linters:
Expand All @@ -18,4 +31,3 @@ jobs:
- name: Run tox
run: |
tox

0 comments on commit 7a81a43

Please sign in to comment.