Skip to content

Commit

Permalink
fix(.github/workflows): Go back to last year
Browse files Browse the repository at this point in the history
Relates to: sap-linuxlab#621.

Signed-off-by: Bernd Finger <[email protected]>
  • Loading branch information
berndfinger committed Jan 25, 2024
1 parent 839216a commit 20c2f31
Showing 1 changed file with 5 additions and 11 deletions.
16 changes: 5 additions & 11 deletions .github/workflows/ansible-lint-sap_maintain_etc_hosts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,6 @@ on:
- dev
paths:
- 'roles/sap_maintain_etc_hosts/**'
workflow_dispatch:
branches:
- main
- dev
paths:
- 'roles/sap_maintain_etc_hosts/**'

jobs:
ansible-lint:
Expand All @@ -35,14 +29,14 @@ jobs:
- name: Set up Python 3
uses: actions/setup-python@main
with:
python-version: '3.12'
python-version: '3.9'

- name: Install test dependencies
run: |
pip3 install ansible==9.1.0
pip3 install ansible-compat==4.1.11
pip3 install ansible-core==2.16.2
pip3 install ansible-lint==6.22.2
pip3 install ansible==7.5.0
pip3 install ansible-compat==3.0.2
pip3 install ansible-core==2.14.5
pip3 install ansible-lint==6.8.6
- name: Run ansible-lint
working-directory: /home/runner/work/community.sap_install/community.sap_install/roles/sap_maintain_etc_hosts
Expand Down

0 comments on commit 20c2f31

Please sign in to comment.