chore: chore

This commit is contained in:
2025-10-11 12:46:13 +02:00
parent dd0bbb58fb
commit 9bcc2403c2

View File

@@ -11,7 +11,7 @@ on:
jobs:
build:
runs-on: ubuntu-latest
if: ${{ contains(github.event.head_commit.message, '#bot-message: ') }}
if: ${{ contains(github.event.head_commit.message, `#bot-message: `) }}
steps:
- uses: actions/checkout@v4
with: