From eb8b0a2172e9eb691b325d36030d34cf66ef20f5 Mon Sep 17 00:00:00 2001 From: aeddi Date: Fri, 6 Dec 2024 16:16:56 +0100 Subject: [PATCH] ci: fix github-bot workflow --- .github/workflows/bot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/bot.yml b/.github/workflows/bot.yml index 15ad9c6aa04..644540c1aaf 100644 --- a/.github/workflows/bot.yml +++ b/.github/workflows/bot.yml @@ -34,7 +34,7 @@ jobs: define-prs-matrix: name: Define PRs matrix # Prevent bot from retriggering itself and ignore event emitted by codecov - if: ${{ github.actor != vars.GH_BOT_LOGIN && github.actor != "codecov[bot]" }} + if: ${{ github.actor != vars.GH_BOT_LOGIN && github.actor != 'codecov[bot]' }} runs-on: ubuntu-latest permissions: pull-requests: read