Skip to content

Commit 35ed904

Browse files
fix external contributors ci
1 parent 1082a60 commit 35ed904

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pytest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
7070
- name: Login to Dockerhub
7171
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3
72-
if: ${{ github.repository == 'element-hq/ess-helm' }}
72+
if: ${{ github.event.pull_request.head.repo.full_name == 'element-hq/ess-helm' }} || ${{ github.event_name == 'push' }} || ${{ github.event_name == 'workflow_dispatch' }}
7373
with:
7474
registry: docker.io
7575
username: ${{ secrets.DOCKERHUB_USERNAME }}

0 commit comments

Comments
 (0)