Skip to content

Commit

Permalink
Test 24 docs changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Atharva Arya committed Jan 21, 2025
1 parent 16efddc commit fccee72
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name: docs
on:
push:
branches:
- master
- '*'

pull_request_target:
branches:
Expand Down Expand Up @@ -77,8 +77,8 @@ jobs:

build-docs:
runs-on: ubuntu-latest
needs: check-for-changes
if: needs.check-for-changes.outputs.trigger-check-outcome == 'success' || needs.check-for-changes.outputs.docs-check-outcome == 'success'
# needs: check-for-changes
# if: needs.check-for-changes.outputs.trigger-check-outcome == 'success' || needs.check-for-changes.outputs.docs-check-outcome == 'success'
steps:
- uses: actions/checkout@v4
if: github.event_name != 'pull_request_target'
Expand Down

0 comments on commit fccee72

Please sign in to comment.