Skip to content

Commit 2b79dc1

Browse files
committed
ci: disable semantic-release for dependabot
1 parent 778a3c4 commit 2b79dc1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
release:
1515
name: Release
1616
runs-on: ubuntu-latest
17+
if: ${{ github.actor != 'dependabot[bot]' }}
1718
permissions:
1819
contents: write # to be able to publish a GitHub release
1920
issues: write # to be able to comment on released issues

0 commit comments

Comments
 (0)