From b72ee41eef67044300ebb20e1385ca4d43872664 Mon Sep 17 00:00:00 2001 From: Rohit Thakur Date: Fri, 1 Dec 2023 17:38:36 +0530 Subject: [PATCH] Update tests jobs (#49) Signed-off-by: rohitthakur2590 --- .github/workflows/tests.yml | 48 +------------------------------------ 1 file changed, 1 insertion(+), 47 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 3a291c2..bbdb45e 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -22,40 +22,10 @@ jobs: matrix_include: "[]" matrix_exclude: >- [ - { - "ansible-version": "stable-2.9" - }, - { - "ansible-version": "stable-2.12", - }, - { - "ansible-version": "stable-2.13", - "python-version": "3.7" - }, - { - "ansible-version": "stable-2.13", - "python-version": "3.11" - }, - { - "ansible-version": "stable-2.14", - "python-version": "3.7" - }, - { - "ansible-version": "stable-2.14", - "python-version": "3.8" - }, { "ansible-version": "stable-2.14", "python-version": "3.12" }, - { - "ansible-version": "stable-2.15", - "python-version": "3.7" - }, - { - "ansible-version": "stable-2.15", - "python-version": "3.8" - }, { "ansible-version": "stable-2.15", "python-version": "3.12" @@ -64,33 +34,17 @@ jobs: "ansible-version": "stable-2.16", "python-version": "3.9" }, - { - "ansible-version": "milestone", - "python-version": "3.7" - }, - { - "ansible-version": "milestone", - "python-version": "3.8" - }, { "ansible-version": "milestone", "python-version": "3.9" }, - { - "ansible-version": "devel", - "python-version": "3.7" - }, - { - "ansible-version": "devel", - "python-version": "3.8" - }, { "ansible-version": "devel", "python-version": "3.9" }, ] all_green: - if: ${{ always() && (github.event_name != 'schedule') }} + if: ${{ always() }} needs: - changelog - sanity