Skip to content

Commit

Permalink
Fixes comment: #1555 (comment)
Browse files Browse the repository at this point in the history
  • Loading branch information
fantonangeli committed May 6, 2024
1 parent 7934757 commit 2404820
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 14 deletions.
7 changes: 0 additions & 7 deletions .ci/actions/main-sync/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,6 @@ inputs:
runs:
using: 'composite'
steps:
- name: Terminate if the repository owner is not kiegroup
if: github.repository_owner != 'kiegroup'
shell: bash
run: |
echo "Terminating the workflow: repository owner is not kiegroup"
exit 1
- name: Generate PR ID
id: generate_pr_id
shell: bash
Expand Down
7 changes: 0 additions & 7 deletions .ci/actions/upstream-sync/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,6 @@ inputs:
runs:
using: 'composite'
steps:
- name: Terminate if the repository owner is not kiegroup
if: github.repository_owner != 'kiegroup'
shell: bash
run: |
echo "Terminating the workflow: repository owner is not kiegroup"
exit 1
- name: Checkout repository
uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 2404820

Please sign in to comment.