Skip to content

Commit

Permalink
Revert "chore: temporarily disable part of a workflow"
Browse files Browse the repository at this point in the history
This reverts commit 1cef1fd.
  • Loading branch information
jsenko committed Oct 10, 2023
1 parent d57e327 commit e000b07
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release-phase2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,7 @@ jobs:
git push -f source "$RELEASE_BRANCH"
gh repo set-default k8s-operatorhub/community-operators
# GitHub user ID must be used, the "-u" workaround did not work:
# Temporarily disabled:
# gh pr create --title "$TITLE" --body "$BODY" --base main --head "jsenko:$RELEASE_BRANCH"
gh pr create --title "$TITLE" --body "$BODY" --base main --head "jsenko:$RELEASE_BRANCH"
- name: Checkout the Openshift Community Operators repository
run: |
Expand Down

0 comments on commit e000b07

Please sign in to comment.