We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6147f25 commit 74cd6cbCopy full SHA for 74cd6cb
1 file changed
.github/workflows/pr-workflow.yaml
@@ -53,7 +53,7 @@ jobs:
53
publish-packages:
54
name: Publish PR Packages
55
runs-on: ubuntu-latest
56
- if: github.event.pull_request.head.repo.full_name == github.repository
+ if: github.event.pull_request.head.repo.full_name == github.repository && github.actor != 'dependabot[bot]'
57
58
permissions:
59
pull-requests: write
0 commit comments