Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prep for release #960

Merged
merged 1 commit into from
Oct 31, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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