We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cf60c8 commit b6c2cd2Copy full SHA for b6c2cd2
.github/workflows/generate-go-docs.yaml
@@ -9,7 +9,7 @@ on:
9
10
jobs:
11
generate_docs_new_pr:
12
- if: ${{ github.event.pull_request.labels || contains(github.event.issue.labels.*.name, 'generate_go_docs') }}
+ if: ${{ contains(github.event.issue.labels.*.name, 'generate_go_docs') }}
13
runs-on: ubuntu-latest
14
permissions:
15
contents: read
0 commit comments