From 49d9980eb17aa11f67ef946e03306e589cde435b Mon Sep 17 00:00:00 2001 From: "Stefan G. Weichinger" Date: Fri, 2 Aug 2024 17:07:11 +0200 Subject: [PATCH] wip: fix linting after hurrying too much --- .github/workflows/molecule.yml | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) 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