Skip to content

Commit

Permalink
collection: Implement manual trigger for sanity testing
Browse files Browse the repository at this point in the history
Signed-off-by: Bernd Finger <[email protected]>
  • Loading branch information
berndfinger committed Jan 26, 2024
1 parent 6c01cc9 commit 38f9ba7
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/ansible-test-sanity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,12 @@ name: ansible-test sanity of the collection
on:
schedule:
- cron: '31 12 * * 1'

workflow_dispatch:
branches:
- main
- dev
paths:
- '**'

jobs:
sanity:
Expand All @@ -25,8 +29,8 @@ jobs:

- name: Install test dependencies
run: |
pip3 install ansible ansible-lint==6.8.6
pip3 install ansible-compat==3.0.2
pip3 install ansible-lint==6.22.2
pip3 install ansible-compat==4.1.11
# - name: Install collection dependencies
# run: ansible-galaxy collection install community.general
Expand Down

0 comments on commit 38f9ba7

Please sign in to comment.