Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderbazhenoff committed Apr 2, 2024
1 parent cfc2985 commit a08f6b5
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/ansible_molecule_teststing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,13 @@ on: # yamllint disable-line rule:truthy
- master
permissions: read-all

concurrency:
group: >-
${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
cancel-in-progress: true

jobs:
test:
needs:
- lint
runs-on: ubuntu-20.04
permissions:
statuses: write
Expand All @@ -24,11 +27,11 @@ jobs:
- ubuntu
steps:
- name: checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: "${{ github.repository }}"
- name: molecule
uses: robertdebock/molecule-action@6.0.0
uses: robertdebock/molecule-action@6.0.1
with:
image: "${{ matrix.image }}"
options: parallel
Expand Down

0 comments on commit a08f6b5

Please sign in to comment.