fix push-and-comment.yaml (#437)

Update push-and-comment.yaml
This commit is contained in:
Mauricio Alvarez Leon
2025-01-27 13:57:49 -08:00
committed by GitHub
parent 10fcd04ca5
commit e145d81413

View File

@@ -12,7 +12,7 @@ jobs:
if: >
github.event.workflow_run.event == 'pull_request' &&
github.event.workflow_run.conclusion == 'success' &&
contains(env.LAST_COMMIT_MESSAGE, '[upload]')
contains(github.event.workflow_run.head_commit.message, '[upload]')
timeout-minutes: 5
permissions:
contents: read