Skip to content

Commit

Permalink
remove unncecesary condition
Browse files Browse the repository at this point in the history
Signed-off-by: Ruben Vargas <[email protected]>
  • Loading branch information
rubenvp8510 committed Nov 14, 2023
1 parent d2fd6fb commit 3ce3080
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,6 @@ jobs:
'dist/tempo-operator.yaml#Installation manifest for Kubernetes' \
operator-hub-prod-release:
if: |
github.event.pull_request.merged == true && github.event.pull_request.head.repo.full_name == github.repository
&& github.event.pull_request.user.login == 'github-actions[bot]' && github.event.pull_request.user.type == 'Bot'
needs: release
uses: ./.github/workflows/reusable-operator-hub-release.yaml
with:
Expand All @@ -69,9 +66,6 @@ jobs:
TEMPOOPERATORBOT_GITHUB_TOKEN: ${{ secrets.TEMPOOPERATORBOT_GITHUB_TOKEN }}

operator-hub-community-release:
if: |
github.event.pull_request.merged == true && github.event.pull_request.head.repo.full_name == github.repository
&& github.event.pull_request.user.login == 'github-actions[bot]' && github.event.pull_request.user.type == 'Bot'
needs: release
uses: ./.github/workflows/reusable-operator-hub-release.yaml
with:
Expand Down

0 comments on commit 3ce3080

Please sign in to comment.