Skip to content

Commit

Permalink
ci: Remove Debian stretch (9)
Browse files Browse the repository at this point in the history
This debian version went EOL last year and now fails most of the time.
Described in the following issue:

ansible-actions/check-ansible-debian-stretch-action#2

Signed-off-by: Jakub Jelen <[email protected]>
  • Loading branch information
Jakuje committed Apr 24, 2023
1 parent c6fe78d commit 295c556
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/ansible-debian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,16 +30,3 @@ jobs:
group: local
hosts: localhost
targets: "tests/tests_*.yml"

debian-stretch:
runs-on: ubuntu-latest
steps:
- name: checkout PR
uses: actions/checkout@v3

- name: ansible check with debian stretch (9)
uses: roles-ansible/check-ansible-debian-stretch-action@master
with:
group: local
hosts: localhost
targets: "tests/tests_*.yml"

0 comments on commit 295c556

Please sign in to comment.