diff --git a/.github/workflows/ansible.yml b/.github/workflows/ansible.yml index 73fe6ae..b20ac9d 100644 --- a/.github/workflows/ansible.yml +++ b/.github/workflows/ansible.yml @@ -11,7 +11,7 @@ on: - '*' pull_request: schedule: - - cron: '9 14 1 * *' + - cron: '0 6 1 * *' jobs: lint: @@ -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 @@ -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 }} diff --git a/.github/workflows/galaxy.yml b/.github/workflows/galaxy.yml index e53b097..8204626 100644 --- a/.github/workflows/galaxy.yml +++ b/.github/workflows/galaxy.yml @@ -10,7 +10,7 @@ on: tags: - '*' schedule: - - cron: '22 2 2 * *' + - cron: '51 14 2 * *' jobs: release: