Skip to content

Commit 506b98a

Browse files
Merge branch 'master' into gregor/callbacks/03-execution-integration
2 parents 4db4211 + d591c6f commit 506b98a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -324,6 +324,8 @@ jobs:
324324
with:
325325
username: ${{ vars.DOCKERHUB_USERNAME }}
326326
password: ${{ secrets.DOCKERHUB_TOKEN }}
327+
if: ${{ (github.event_name == 'merge_group' || (github.event.pull_request && (github.event.pull_request.author_association == 'MEMBER' || github.event.pull_request.author_association == 'COLLABORATOR'))) }}
328+
327329

328330
- name: Docker build
329331
env:

0 commit comments

Comments
 (0)