Skip to content

Commit

Permalink
Merge pull request #25 from fantonangeli/No-issue-fix-condition-error…
Browse files Browse the repository at this point in the history
…-in-midstream-sync-ci

NO-ISSUE: fix condition error in upstream-sync and main-sync workflows
  • Loading branch information
mareknovotny authored Jun 27, 2024
2 parents fbd8a5c + dc6a7b2 commit e50633c
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 e50633c

Please sign in to comment.