Skip to content

Commit

Permalink
Add kiegroup repository owner condition
Browse files Browse the repository at this point in the history
  • Loading branch information
fantonangeli committed May 6, 2024
1 parent 756bf14 commit 173c3c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:

jobs:
sync-main:
if: github.repository_owner == 'kiegroup'
name: Sync main branch
runs-on: ubuntu-latest

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/upstream-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:

jobs:
sync-main-apache:
if: github.repository_owner == 'kiegroup'
name: Sync main-apache branch
runs-on: ubuntu-latest

Expand Down

0 comments on commit 173c3c4

Please sign in to comment.