From 2b79dc1111840d223681ebabc8e257481d05aac2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Malcolm=20Nihl=C3=A9n?= Date: Tue, 24 Oct 2023 09:25:02 +0200 Subject: [PATCH] ci: disable semantic-release for dependabot --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index db97753..9f42a22 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,6 +14,7 @@ jobs: release: name: Release runs-on: ubuntu-latest + if: ${{ github.actor != 'dependabot[bot]' }} permissions: contents: write # to be able to publish a GitHub release issues: write # to be able to comment on released issues