From cf2c651a9fa0e791b4485227cf003ab2958336cf Mon Sep 17 00:00:00 2001 From: Sean Sullivan Date: Wed, 15 Mar 2023 21:07:21 -0400 Subject: [PATCH] Update release (#543) * Fix incorrect required from no to yes inventory organization * update references from redhat_cop to infra * update release --------- Co-authored-by: Tony Kay --- .github/workflows/release.yml | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ef0f399cd..6a5e67d75 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -9,8 +9,20 @@ on: - published jobs: - integration-test: - uses: "./.github/workflows/ci_standalone.yaml" + ci_standalone: + strategy: + fail-fast: false + matrix: + awx_version: + - devel + - 21.13.0 + - 21.12.0 + - 21.11.0 + # - 20.1.0 Diabled until working + # - 19.5.1 Diabled until working + uses: "./.github/workflows/ci_standalone_versioned.yml" + with: + awx_version: ${{ matrix.awx_version }} release: needs: - integration-test