From 3c44cbf9490662739742b8afb5d45ff36852ee9c Mon Sep 17 00:00:00 2001 From: Pierre Fenoll Date: Tue, 23 Jan 2024 15:53:44 +0100 Subject: [PATCH] Fix CI after #183 Signed-off-by: Pierre Fenoll --- .github/workflows/pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 17f13bae..15a9bc4e 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -39,7 +39,7 @@ jobs: tagfile-dependabot: runs-on: ubuntu-latest - if: github.actor == 'dependabot[bot]' + if: startsWith(${{ github.event.pull_request.head.ref }}, 'dependabot/') permissions: pull-requests: write steps: