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 cbc5adf commit 7ee5a65Copy full SHA for 7ee5a65
.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'
+ if: matrix.cfg.platform == 'linux-64' && github.event.pull_request.head.repo.full_name == github.repository
266
uses: snapcore/action-publish@v1
267
env:
268
SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.SNAPCRAFT_STORE_CREDENTIALS }}
0 commit comments