Skip to content

Commit

Permalink
Disable docs check
Browse files Browse the repository at this point in the history
  • Loading branch information
radovanZRasa committed Jan 8, 2025
1 parent 63b4ca8 commit ee37bcc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-docs-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
name: Test Documentation
runs-on: ubuntu-24.04
needs: [changes]
if: needs.changes.outputs.docs == 'true'
if: needs.changes.outputs.docs == 'true' && false # disabled as docs are moved out in new versions

steps:
- name: Checkout git repository 🕝
Expand Down Expand Up @@ -102,7 +102,7 @@ jobs:
name: Documentation Linting Checks
runs-on: ubuntu-24.04
needs: [changes]
if: needs.changes.outputs.docs == 'true'
if: needs.changes.outputs.docs == 'true' && false # disabled as docs are moved out in new versions

steps:
- name: Checkout git repository 🕝
Expand Down

0 comments on commit ee37bcc

Please sign in to comment.