Skip to content

Commit 74cd6cb

Browse files
authored
Do not publish a package on dependabot PRs (#321)
1 parent 6147f25 commit 74cd6cb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pr-workflow.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
publish-packages:
5454
name: Publish PR Packages
5555
runs-on: ubuntu-latest
56-
if: github.event.pull_request.head.repo.full_name == github.repository
56+
if: github.event.pull_request.head.repo.full_name == github.repository && github.actor != 'dependabot[bot]'
5757

5858
permissions:
5959
pull-requests: write

0 commit comments

Comments
 (0)