Skip to content

Commit 888ea7f

Browse files
authored
Ci/disable dependabot push (#6509)
1 parent 799d6b1 commit 888ea7f

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- '**'
7+
- '!dependabot/**'
78
tags:
89
- 'v*'
910
- 'scorecard-kuttl/v*'
@@ -48,7 +49,7 @@ jobs:
4849
go-version: 1.19
4950

5051
- name: gpg init
51-
if: ${{ github.event_name != 'pull_request' && github.actor != 'dependabot[bot]' }}
52+
if: ${{ github.event_name != 'pull_request' }}
5253
run: .ci/gpg/create-keyring.sh
5354
env:
5455
GPG_PASSWORD: ${{ secrets.GPG_PASSWORD }}
@@ -82,7 +83,7 @@ jobs:
8283
uses: docker/setup-buildx-action@v2
8384

8485
- name: quay.io login
85-
if: ${{ github.event_name != 'pull_request' && github.actor != 'dependabot[bot]' }}
86+
if: ${{ github.event_name != 'pull_request' }}
8687
uses: docker/login-action@v2
8788
with:
8889
username: ${{ secrets.QUAY_USERNAME }}
@@ -128,7 +129,7 @@ jobs:
128129
uses: docker/setup-buildx-action@v2
129130

130131
- name: quay.io login
131-
if: ${{ github.event_name != 'pull_request' && github.actor != 'dependabot[bot]' }}
132+
if: ${{ github.event_name != 'pull_request' }}
132133
uses: docker/login-action@v2
133134
with:
134135
username: ${{ secrets.QUAY_USERNAME }}

0 commit comments

Comments
 (0)