fix noisy push-and-comment workflow (#433)

Update push-and-comment.yaml
This commit is contained in:
Mauricio Alvarez Leon
2025-01-23 10:42:13 -08:00
committed by GitHub
parent 567facf93f
commit 8ef8bd7e84
+2 -1
View File
@@ -11,7 +11,8 @@ jobs:
runs-on: ubuntu-latest
if: >
github.event.workflow_run.event == 'pull_request' &&
github.event.workflow_run.conclusion == 'success'
github.event.workflow_run.conclusion == 'success' &&
contains(env.LAST_COMMIT_MESSAGE, '[upload]')
timeout-minutes: 5
permissions:
contents: read