Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
fanny-jiang committed Jan 4, 2024
1 parent 703a173 commit 49007d9
Showing 1 changed file with 30 additions and 30 deletions.
60 changes: 30 additions & 30 deletions .github/workflows/publish-community-operators.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,38 +3,38 @@ name: publish_community_operators
on: [push]

jobs:
publish-community-operators:
create-pr-k8s-operatorbub-community-operators:
# if: startsWith(github.ref, 'refs/tags/v')
# needs: [ create-release ]
runs-on: ubuntu-latest
steps:
- name: publish to k8s-operatorbub/community-operators
uses: ./.github/workflows/publish-community-operators-base.yml
with:
community_repo: true
org: k8s-operatorhub
repo: community-operators
- name: publish to redhat-openshift-ecosystem/community-operators-prod
uses: ./.github/workflows/publish-community-operators-base.yml
with:
community_repo: true
org: redhat-openshift-ecosystem
repo: community-operators-prod
uses: ./.github/workflows/publish-community-operators-base.yml
with:
community_repo: true
org: k8s-operatorhub
repo: community-operators

publish_redhat_operators:
create-pr-redhat-openshift-ecosystem-community-operators-prod:
# if: startsWith(github.ref, 'refs/tags/v')
# needs: [ create-release ]
runs-on: ubuntu-latest
steps:
- name: publish to redhat-openshift-ecosystem/redhat-marketplace-operators
uses: ./.github/workflows/publish-community-operators-base.yml
with:
community_repo: false
org: redhat-openshift-ecosystem
repo: redhat-marketplace-operators
- name: publish to redhat-openshift-ecosystem/certified-operators
uses: ./.github/workflows/publish-community-operators-base.yml
with:
community_repo: false
org: redhat-openshift-ecosystem
repo: certified-operators
uses: ./.github/workflows/publish-community-operators-base.yml
with:
community_repo: true
org: redhat-openshift-ecosystem
repo: community-operators-prod

create-pr-redhat-openshift-ecosystem-redhat-marketplace-operators:
# if: startsWith(github.ref, 'refs/tags/v')
# needs: [ create-release ]
uses: ./.github/workflows/publish-community-operators-base.yml
with:
community_repo: false
org: redhat-openshift-ecosystem
repo: redhat-marketplace-operators

create-pr-redhat-openshift-ecosystem-certified-operators:
# if: startsWith(github.ref, 'refs/tags/v')
# needs: [ create-release ]
uses: ./.github/workflows/publish-community-operators-base.yml
with:
community_repo: false
org: redhat-openshift-ecosystem
repo: certified-operators

0 comments on commit 49007d9

Please sign in to comment.