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