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 @@ -222,7 +222,7 @@ jobs:
222222 if-no-files-found : error
223223
224224 - name : Publish packages
225- if : runner.os == 'Linux'
225+ if : runner.os == 'Linux' && github.actor != 'dependabot[bot]'
226226 uses : ./ci/github-actions/make
227227 with :
228228 target : publish-package
@@ -233,7 +233,7 @@ jobs:
233233 aws-secret-access-key-new : ${{ secrets.AWS_SECRET_ACCESS_KEY_NEW }}
234234
235235 - name : Publish packages
236- if : runner.os != 'Linux'
236+ if : runner.os != 'Linux' && github.actor != 'dependabot[bot]'
237237 working-directory : build
238238 env :
239239 AWS_ACCESS_KEY_ID : ${{ secrets.AWS_ACCESS_KEY_ID }}
@@ -244,7 +244,7 @@ jobs:
244244 run : make publish-package
245245
246246 - name : Wait for Packagecloud packages to be indexed
247- if : runner.os == 'Linux'
247+ if : runner.os == 'Linux' && github.actor != 'dependabot[bot]'
248248 uses : ./ci/github-actions/make
249249 with :
250250 target : wait-for-packagecloud-indexing
You can’t perform that action at this time.
0 commit comments