Skip to content

Commit

Permalink
Merge branch 'main' into chore/new-release-from-dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sheldonhull committed Jan 25, 2024
2 parents 48305a9 + f386d7c commit 10cbf14
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 10cbf14

Please sign in to comment.