File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 4
4
push :
5
5
branches :
6
6
- ' **'
7
+ - ' !dependabot/**'
7
8
tags :
8
9
- ' v*'
9
10
- ' scorecard-kuttl/v*'
48
49
go-version : 1.19
49
50
50
51
- name : gpg init
51
- if : ${{ github.event_name != 'pull_request' && github.actor != 'dependabot[bot]' }}
52
+ if : ${{ github.event_name != 'pull_request' }}
52
53
run : .ci/gpg/create-keyring.sh
53
54
env :
54
55
GPG_PASSWORD : ${{ secrets.GPG_PASSWORD }}
82
83
uses : docker/setup-buildx-action@v2
83
84
84
85
- name : quay.io login
85
- if : ${{ github.event_name != 'pull_request' && github.actor != 'dependabot[bot]' }}
86
+ if : ${{ github.event_name != 'pull_request' }}
86
87
uses : docker/login-action@v2
87
88
with :
88
89
username : ${{ secrets.QUAY_USERNAME }}
@@ -128,7 +129,7 @@ jobs:
128
129
uses : docker/setup-buildx-action@v2
129
130
130
131
- name : quay.io login
131
- if : ${{ github.event_name != 'pull_request' && github.actor != 'dependabot[bot]' }}
132
+ if : ${{ github.event_name != 'pull_request' }}
132
133
uses : docker/login-action@v2
133
134
with :
134
135
username : ${{ secrets.QUAY_USERNAME }}
You can’t perform that action at this time.
0 commit comments