Skip to content

Commit

Permalink
Merge branch 'No-issue-fix-condition-error-in-main-sync' into No-issu…
Browse files Browse the repository at this point in the history
…e-fix-condition-error-in-upstream-sync
  • Loading branch information
fantonangeli committed May 4, 2024
2 parents d5a5ec3 + 0b68a3b commit 745c6aa
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .ci/actions/main-sync/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,15 @@ inputs:
default: false

runs:
if: github.repository_owner == 'kiegroup'
using: 'composite'
steps:
- name: Terminate if the repository owner is not kiegroup
if: github.repository_owner != 'kiegroup'
shell: bash
run: |
echo "Teminating the workflow: repository owner is not kiegroup"
exit 1
- name: Generate PR ID
id: generate_pr_id
shell: bash
Expand Down

0 comments on commit 745c6aa

Please sign in to comment.