Skip to content

Commit

Permalink
ci(lint): adjust triggering logic to reduce wasted runs on main, now …
Browse files Browse the repository at this point in the history
…just pr [skip ci]
  • Loading branch information
sheldonhull committed Jan 25, 2024
1 parent e1213e4 commit f386d7c
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,9 @@
---
name: lint
on:
# Run CI against all pushes (direct commits, also merged PRs), Pull Requests
push:
pull_request:
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-base version
# schedule:
# - cron: '0 6 * * *'
workflow_dispatch:

permissions:
Expand Down

0 comments on commit f386d7c

Please sign in to comment.