Skip to content

Commit

Permalink
Update release (#543)
Browse files Browse the repository at this point in the history
* Fix incorrect required from no to yes inventory organization

* update references from redhat_cop to infra

* update release

---------

Co-authored-by: Tony Kay <[email protected]>
  • Loading branch information
sean-m-sullivan and tonykay authored Mar 16, 2023
1 parent fddeeff commit cf2c651
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cf2c651

Please sign in to comment.