Skip to content

Commit

Permalink
ci: fix duplicatd doc issue
Browse files Browse the repository at this point in the history
  • Loading branch information
sunng87 committed Dec 30, 2023
1 parent 41e51d4 commit 945226e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/doc-label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
sync-labels: 1
- name: create an issue in doc repo
uses: dacbd/create-issue-action@main
if: ${{ contains(github.event.pull_request.body, '- [ ] This PR does not require documentation updates.') }}
if: ${{ github.event.action == 'opened' && contains(github.event.pull_request.body, '- [ ] This PR does not require documentation updates.') }}
with:
owner: GreptimeTeam
repo: docs
Expand Down

0 comments on commit 945226e

Please sign in to comment.