From 16592ecb4b323232fa0ee9d4d5a53cd29463fe5e Mon Sep 17 00:00:00 2001 From: Unai Martinez-Corral Date: Tue, 29 Mar 2022 13:44:49 +0200 Subject: [PATCH] ci: prevent dual execution of dependabot updates Signed-off-by: Unai Martinez-Corral --- .github/workflows/Doc.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/Doc.yml b/.github/workflows/Doc.yml index 8311aad..699b566 100644 --- a/.github/workflows/Doc.yml +++ b/.github/workflows/Doc.yml @@ -10,6 +10,7 @@ on: jobs: Docs: + if: ${{ !(github.event_name != 'pull_request' && github.actor == 'dependabot[bot]') }} runs-on: ubuntu-latest name: '📓 Docs' steps: