diff --git a/.github/workflows/ansible.yml b/.github/workflows/ansible.yml index fc337a3..22c7e85 100644 --- a/.github/workflows/ansible.yml +++ b/.github/workflows/ansible.yml @@ -11,7 +11,7 @@ on: - '*' pull_request: schedule: - - cron: '37 4 18 * *' + - cron: '16 15 18 * *' 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 @@ -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 }} diff --git a/.github/workflows/galaxy.yml b/.github/workflows/galaxy.yml index f155c2c..6f442b7 100644 --- a/.github/workflows/galaxy.yml +++ b/.github/workflows/galaxy.yml @@ -10,7 +10,7 @@ on: tags: - '*' schedule: - - cron: '34 6 19 * *' + - cron: '7 14 19 * *' jobs: release: