diff --git a/.github/workflows/ansible.yml b/.github/workflows/ansible.yml index 7d19b99..fbd2ea7 100644 --- a/.github/workflows/ansible.yml +++ b/.github/workflows/ansible.yml @@ -11,7 +11,7 @@ on: - '*' pull_request: schedule: - - cron: '31 14 10 * *' + - cron: '35 7 10 * *' jobs: lint: @@ -20,7 +20,7 @@ jobs: - name: checkout uses: actions/checkout@v2 - name: molecule - uses: robertdebock/molecule-action@1.2.1 + uses: robertdebock/molecule-action@1.2.8 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.2.1 + uses: robertdebock/molecule-action@1.2.8 with: image: ${{ matrix.config.image }} tag: ${{ matrix.config.tag }} diff --git a/.github/workflows/galaxy.yml b/.github/workflows/galaxy.yml index cf906ea..ab6c446 100644 --- a/.github/workflows/galaxy.yml +++ b/.github/workflows/galaxy.yml @@ -10,7 +10,7 @@ on: tags: - '*' schedule: - - cron: '45 11 11 * *' + - cron: '26 14 11 * *' jobs: release: diff --git a/tox.ini b/tox.ini index 6acb713..538e992 100644 --- a/tox.ini +++ b/tox.ini @@ -13,7 +13,6 @@ deps = next: git+https://github.com/ansible/ansible.git@devel docker molecule -install_command = pip install --retries 10 {packages} commands = molecule test setenv = TOX_ENVNAME={envname}