Skip to content

Commit

Permalink
wip: fix linting after hurrying too much
Browse files Browse the repository at this point in the history
  • Loading branch information
stefangweichinger committed Aug 2, 2024
1 parent 9a7d3d1 commit 49d9980
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions .github/workflows/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 49d9980

Please sign in to comment.