Skip to content

Commit d091bda

Browse files
authored
ci: Skip login to image registry on pull_request
Signed-off-by: Christian Kadner <[email protected]>
1 parent 1d2732e commit d091bda

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ jobs:
4747

4848
- name: "Log in to cache image container registry"
4949
uses: docker/login-action@v3
50+
if: github.event_name != 'pull_request'
5051
with:
5152
registry: ${{ env.CACHE_REGISTRY }}
5253
username: ${{ github.actor }}

0 commit comments

Comments
 (0)