Skip to content

Commit

Permalink
Update Action containers.
Browse files Browse the repository at this point in the history
  • Loading branch information
buluma committed Mar 20, 2024
1 parent 9e0fbc9 commit 022449b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ on:
# - cron: '21 11 11 * *'
- cron: '21 11 * * *'

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

permissions: write-all
Expand All @@ -42,7 +41,7 @@ jobs:
- name: ansible-lint
uses: ansible-community/ansible-lint-action@main
test:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -84,7 +83,7 @@ jobs:
needs:
- lint
- test
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
if: ${{ github.actor == 'dependabot[bot]' || github.actor == 'buluma' && github.event_name == 'pull_request'}}
steps:
- uses: "actions/checkout@master"
Expand Down

0 comments on commit 022449b

Please sign in to comment.