We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aea6162 commit c2128e4Copy full SHA for c2128e4
.github/workflows/publish.yml
@@ -262,7 +262,7 @@ jobs:
262
overwrite: true
263
264
- name: Publish snap to the latest/edge channel in Snap Store
265
- if: matrix.cfg.platform == 'linux-64' && github.event.pull_request.head.repo.full_name == github.repository
+ if: matrix.cfg.platform == 'linux-64' && github.event.pull_request.head.repo.full_name == github.repository && github.actor != 'dependabot[bot]'
266
uses: snapcore/action-publish@v1
267
env:
268
SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.SNAPCRAFT_STORE_CREDENTIALS }}
0 commit comments