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 9ff6703 commit 1a21fa2
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: '22 18 10 * *'
- cron: '31 14 10 * *'

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 @@ -68,7 +68,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 }}
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: '6 4 11 * *'
- cron: '45 11 11 * *'

jobs:
release:
Expand Down

0 comments on commit 1a21fa2

Please sign in to comment.