There was an error while loading. Please reload this page.
1 parent 778e9eb commit 1b2a245Copy full SHA for 1b2a245
1 file changed
.github/workflows/ansible.yml .github/workflows/molecule.yml.github/workflows/ansible.yml renamed to .github/workflows/molecule.yml
@@ -11,7 +11,7 @@ on:
11
- '*'
12
pull_request:
13
schedule:
14
- - cron: '20 18 5 * *'
+ - cron: '52 7 5 * *'
15
16
jobs:
17
lint:
@@ -20,7 +20,7 @@ jobs:
20
- name: checkout
21
uses: actions/checkout@v2
22
- name: molecule
23
- uses: robertdebock/molecule-action@2.0.0
+ uses: robertdebock/molecule-action@2.0.1
24
with:
25
entrypoint: /usr/local/bin/molecule
26
args: lint
@@ -50,7 +50,7 @@ jobs:
50
- name: parse apparmor for mysql
51
run: sudo apparmor_parser -R /etc/apparmor.d/usr.sbin.mysqld
52
53
54
55
image: ${{ matrix.config.image }}
56
tag: ${{ matrix.config.tag }}
0 commit comments