Skip to content

Commit

Permalink
Use new version for Github Action Molecule.
Browse files Browse the repository at this point in the history
  • Loading branch information
robertdebock committed Feb 3, 2020
1 parent 1544175 commit 02ac130
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: '9 14 1 * *'
- cron: '0 6 1 * *'

jobs:
lint:
Expand All @@ -20,7 +20,7 @@ jobs:
- name: checkout
uses: actions/checkout@v2
- name: molecule
uses: robertdebock/molecule-action@1.1.3
uses: robertdebock/molecule-action@1.2.1
with:
entrypoint: /usr/local/bin/molecule
args: lint
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:
- name: parse apparmor for mysql
run: sudo apparmor_parser -R /etc/apparmor.d/usr.sbin.mysqld
- name: molecule
uses: robertdebock/molecule-action@1.1.3
uses: robertdebock/molecule-action@1.2.1
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: '22 2 2 * *'
- cron: '51 14 2 * *'

jobs:
release:
Expand Down

0 comments on commit 02ac130

Please sign in to comment.