diff --git a/.github/workflows/molecule.yml b/.github/workflows/molecule.yml index 2d0e41f..b52e4e1 100644 --- a/.github/workflows/molecule.yml +++ b/.github/workflows/molecule.yml @@ -63,22 +63,22 @@ jobs: scenario: ${{ matrix.scenario }} test-archlinux: - needs: - - lint - runs-on: ubuntu-20.04 - strategy: - fail-fast: false - matrix: - scenario: - - archlinux - distros: - - archlinux - releases: - - stable - - beta - versions: - - "1.67.0" - - "" + needs: + - lint + runs-on: ubuntu-20.04 + strategy: + fail-fast: false + matrix: + scenario: + - archlinux + distros: + - archlinux + releases: + - stable + - beta + versions: + - "1.67.0" + - "" steps: - name: checkout uses: actions/checkout@v4 @@ -97,11 +97,11 @@ jobs: with: scenario: ${{ matrix.scenario }} - release: if: github.ref == 'refs/heads/main' needs: - test + - test-archlinux runs-on: ubuntu-latest steps: - name: Release to ansible galaxy