Skip to content

Commit

Permalink
[CHORE] Fix publish condition
Browse files Browse the repository at this point in the history
  • Loading branch information
Jay Chia committed Sep 9, 2024
1 parent 045dc05 commit 58d1856
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,7 @@ jobs:
${{ success() }} &&
github.event.pull_request != null &&
github.event.pull_request.head.repo.full_name == github.repository &&
(
contains(github.event.pull_request.changed_files, 'docs/') ||
contains(github.event.pull_request.labels.*.name, 'documentation')
)
contains(github.event.pull_request.labels.*.name, 'documentation')
steps:
- name: Download built HTML docs
uses: actions/download-artifact@v4
Expand Down

0 comments on commit 58d1856

Please sign in to comment.