Skip to content

Commit 238be42

Browse files
authored
Merge branch 'master' into fxamacker/rename-public-key-count-in-account-status
2 parents 5e66fe4 + a34b385 commit 238be42

File tree

7 files changed

+619
-107
lines changed

7 files changed

+619
-107
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)