Skip to content

Commit

Permalink
fix update make docs github actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
joeyorlando committed Jun 13, 2024
1 parent 5b995fd commit 66f3ac5
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/update-make-docs.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Update `make docs` procedure
name: Update make docs procedure

on:
schedule:
Expand All @@ -7,10 +7,7 @@ on:

jobs:
main:
if: github.repository == 'grafana/oncall'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: grafana/writers-toolkit/update-make-docs@update-make-docs/v1
with:
pr_options: --label "pr:no changelog"

0 comments on commit 66f3ac5

Please sign in to comment.