Skip to content

Commit

Permalink
Use new GitHub Action Molecule
Browse files Browse the repository at this point in the history
  • Loading branch information
robertdebock committed Feb 7, 2020
1 parent ade8460 commit f2de40a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ansible.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
- '*'
pull_request:
schedule:
- cron: '19 11 8 * *'
- cron: '54 3 8 * *'

jobs:
lint:
Expand All @@ -20,7 +20,7 @@ jobs:
- name: checkout
uses: actions/checkout@v2
- name: molecule
uses: robertdebock/[email protected].1
uses: robertdebock/[email protected].3
with:
entrypoint: /usr/local/bin/molecule
args: lint
Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:
- name: parse apparmor for mysql
run: sudo apparmor_parser -R /etc/apparmor.d/usr.sbin.mysqld
- name: molecule
uses: robertdebock/[email protected].1
uses: robertdebock/[email protected].3
with:
image: ${{ matrix.config.image }}
tag: ${{ matrix.config.tag }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
tags:
- '*'
schedule:
- cron: '41 22 9 * *'
- cron: '12 22 9 * *'

jobs:
release:
Expand Down

0 comments on commit f2de40a

Please sign in to comment.