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 48ed227 commit bd19187
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 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:
# 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 * * *'
branches:
- main
workflow_dispatch:
workflow_call:

Expand Down

0 comments on commit bd19187

Please sign in to comment.