15 lines
320 B
YAML
15 lines
320 B
YAML
name: Update make docs procedure
|
|
|
|
on:
|
|
schedule:
|
|
- cron: "0 7 * * 1-5"
|
|
workflow_dispatch:
|
|
|
|
jobs:
|
|
main:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/checkout@v4
|
|
- uses: grafana/writers-toolkit/update-make-docs@update-make-docs/v1
|
|
with:
|
|
pr_options: --label "release:ignore"
|