diff --git a/.github/workflows/testing-docs-check.yml b/.github/workflows/testing-docs-check.yml index 51121c5c57..99f8ccef1d 100644 --- a/.github/workflows/testing-docs-check.yml +++ b/.github/workflows/testing-docs-check.yml @@ -42,7 +42,6 @@ jobs: diff -q generated_file.md committed_file.md - name: Create Pull Request - if: steps.check_changes.outputs.changes_detected == true run: | echo "Changes detected in testing documentation." echo "A pull request should be created to update the documentation."