mirror of
https://github.com/commaai/agnos-builder.git
synced 2026-08-05 08:15:47 +08:00
fix noisy push-and-comment workflow (#433)
Update push-and-comment.yaml
This commit is contained in:
committed by
GitHub
parent
567facf93f
commit
8ef8bd7e84
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user