Skip to content

Commit

Permalink
fix: Edge case with no comments found.
Browse files Browse the repository at this point in the history
  • Loading branch information
dvuckovic committed Aug 2, 2023
1 parent af5760c commit 00309ea
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,7 @@ jobs:
rstcheck --warn-unknown-settings --recursive .
# Runs only on Pull Requests and if they contain changes.
- name: Check for Code Comments
shell: bash -eux {0}
- name: Check for Outstanding Code Comments
if: ${{ github.event_name == 'pull_request' && github.event.pull_request.base.sha != github.sha }}
env:
BASE_SHA: ${{ github.event.pull_request.base.sha }}
Expand Down

0 comments on commit 00309ea

Please sign in to comment.