mirror of https://github.com/apache/kafka.git
change triggers
This commit is contained in:
parent
60914733f1
commit
db619d046d
|
@ -15,10 +15,10 @@
|
||||||
|
|
||||||
name: Generate Reports
|
name: Generate Reports
|
||||||
on:
|
on:
|
||||||
pull_request:
|
workflow_dispatch: # Let us run manually
|
||||||
types: [ opened, synchronize, ready_for_review, reopened ]
|
|
||||||
branches:
|
schedule:
|
||||||
- 'trunk'
|
- cron: '0 6 * * *' # Run daily at 6am UTC
|
||||||
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
Loading…
Reference in New Issue