diff --git a/.github/workflows/build-events.yaml b/.github/workflows/build-events.yaml index 81bc736..e774beb 100644 --- a/.github/workflows/build-events.yaml +++ b/.github/workflows/build-events.yaml @@ -5,7 +5,7 @@ on: types: [created, edited, deleted] jobs: - build: - if: ${{ github.event.issue.pull_request && contains(github.event.comment.html_url, '/force-build') }} + force_build: + if: github.event.issue.pull_request && contains(github.event.comment.body, '/force-build') uses: ./.github/workflows/build.yaml secrets: inherit