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 a2b4db3Copy full SHA for a2b4db3
.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