mirror of
https://github.com/prometheus-community/ansible
synced 2024-11-10 06:14:13 +00:00
Merge pull request #416 from gardar/eol-ansible
fix: ansible-community/eol-ansible for 2.9/2.10/2.11 tests
This commit is contained in:
commit
720b70cbfa
2 changed files with 4 additions and 0 deletions
|
@ -42,5 +42,7 @@ jobs:
|
|||
testing-type: integration
|
||||
target: ${{ matrix.targets.test }}
|
||||
coverage: ${{ inputs.coverage }}
|
||||
ansible-core-github-repository-slug: ${{ contains(fromJson('["stable-2.9", "stable-2.10", "stable-2.11"]'), matrix.ansible-core-versions) &&
|
||||
'ansible-community/eol-ansible' || 'ansible/ansible' }}
|
||||
env:
|
||||
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
|
||||
|
|
2
.github/workflows/ansible-test-sanity.yml
vendored
2
.github/workflows/ansible-test-sanity.yml
vendored
|
@ -23,3 +23,5 @@ jobs:
|
|||
with:
|
||||
ansible-core-version: ${{ matrix.ansible-core-versions }}
|
||||
testing-type: sanity
|
||||
ansible-core-github-repository-slug: ${{ contains(fromJson('["stable-2.9", "stable-2.10", "stable-2.11"]'), matrix.ansible-core-versions) &&
|
||||
'ansible-community/eol-ansible' || 'ansible/ansible' }}
|
||||
|
|
Loading…
Reference in a new issue