Skip to content

Commit 0ae761c

Browse files
authored
Do not run daily base image build and push GitHub action on forks (#4128)
1 parent 5102694 commit 0ae761c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/docker-flowable-base-image-java.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77

88
jobs:
99
build:
10+
if: github.repository_owner == 'flowable'
1011
runs-on: ubuntu-latest
1112

1213
steps:

0 commit comments

Comments
 (0)