From 02bb42275f2fac89ead15fc53bcdbcc31f2e1b81 Mon Sep 17 00:00:00 2001 From: Pascal Frenz <5677521+PascalFrenz@users.noreply.github.com> Date: Sat, 18 May 2024 09:32:39 +0200 Subject: [PATCH] adjust condition --- .github/workflows/default_welcome_message_callable.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/default_welcome_message_callable.yml b/.github/workflows/default_welcome_message_callable.yml index dbda259..b55e8d1 100644 --- a/.github/workflows/default_welcome_message_callable.yml +++ b/.github/workflows/default_welcome_message_callable.yml @@ -14,7 +14,7 @@ on: jobs: welcome-message: - if: endsWith(github.actor, '[bot]') == false + if: ${{ ! endsWith(github.actor, '[bot]') }} runs-on: ubuntu-latest permissions: pull-requests: write