Remove pull_request trigger from CI monitor workflow (#10932)
This commit is contained in:
2
.github/workflows/ci-monitor.yml
vendored
2
.github/workflows/ci-monitor.yml
vendored
@@ -4,8 +4,6 @@ on:
|
||||
schedule:
|
||||
# Run every 6 hours at 00:00, 06:00, 12:00, 18:00 UTC
|
||||
- cron: '0 */6 * * *'
|
||||
pull_request:
|
||||
branches: [ main ]
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
limit:
|
||||
|
||||
Reference in New Issue
Block a user