Skip to content

Commit

Permalink
Update release.yml (#960)
Browse files Browse the repository at this point in the history
Update release to new collection name remove tests
  • Loading branch information
sean-m-sullivan authored Oct 31, 2024
1 parent aff6583 commit bbc9a35
Showing 1 changed file with 2 additions and 14 deletions.
16 changes: 2 additions & 14 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,32 +9,20 @@ on:
- published

jobs:
ci_standalone:
strategy:
fail-fast: false
matrix:
awx_version:
- devel
- 24.2.0
- 23.9.0
- 22.7.0
uses: "./.github/workflows/ci_standalone_versioned.yml"
with:
awx_version: ${{ matrix.awx_version }}
release:
needs:
- ci_standalone
uses: "redhat-cop/ansible_collections_tooling/.github/workflows/release_pipeline_dual.yml@main"
with:
# Galaxy Publish
collection_namespace_1: infra
collection_name_1: controller_configuration
collection_name_1: aap_configuration
publish_url_collection_1: https://galaxy.ansible.com/api/
galaxy_publish_1: true
ah_publish_1: false
# CRC Publish
collection_namespace_2: infra
collection_name_2: controller_configuration
collection_name_2: aap_configuration
publish_url_collection_2: https://cloud.redhat.com/api/automation-hub/
galaxy_publish_2: false
ah_publish_2: true
Expand Down

0 comments on commit bbc9a35

Please sign in to comment.