Skip to content

Commit

Permalink
fix: don't make a realease for every shitty dependency upgrade (#538)
Browse files Browse the repository at this point in the history
  • Loading branch information
sakulstra authored Aug 14, 2024
1 parent 25e78c6 commit 32a608a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-release-alpha.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
release-node-alpha:
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]'
uses: bgd-labs/github-workflows/.github/workflows/release-node-alpha.yml@main
needs: test
secrets:
Expand Down

0 comments on commit 32a608a

Please sign in to comment.