We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1082a60 commit 35ed904Copy full SHA for 35ed904
.github/workflows/pytest.yml
@@ -69,7 +69,7 @@ jobs:
69
70
- name: Login to Dockerhub
71
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3
72
- if: ${{ github.repository == 'element-hq/ess-helm' }}
+ if: ${{ github.event.pull_request.head.repo.full_name == 'element-hq/ess-helm' }} || ${{ github.event_name == 'push' }} || ${{ github.event_name == 'workflow_dispatch' }}
73
with:
74
registry: docker.io
75
username: ${{ secrets.DOCKERHUB_USERNAME }}
0 commit comments