Skip to content

Commit

Permalink
Merge pull request #652 from Wabri/feature/648/ansible-test-sanity
Browse files Browse the repository at this point in the history
fix(ansible-test-sanity): update workflow to run in every pr
  • Loading branch information
Wabri authored Feb 16, 2024
2 parents f9bdc72 + 40558c7 commit 5a790ac
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ansible-test-sanity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@
name: ansible-test sanity of the collection

on:
schedule:
- cron: '31 12 * * 1'

pull_request:
branches:
- main
- dev
workflow_dispatch:

jobs:
Expand Down

0 comments on commit 5a790ac

Please sign in to comment.