Skip to content

Commit

Permalink
Add kiegroup repository owner condition (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
fantonangeli authored May 15, 2024
1 parent 6125582 commit bda4a6f
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 bda4a6f

Please sign in to comment.