Skip to content

Commit

Permalink
adjust condition
Browse files Browse the repository at this point in the history
  • Loading branch information
PascalFrenz committed May 18, 2024
1 parent 74dfcd3 commit 02bb422
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/default_welcome_message_callable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 02bb422

Please sign in to comment.