diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 58e83cc..a990c0f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -161,7 +161,7 @@ jobs: path: ./coverage.xml - name: Commit formatted changes - if: ${{ env.GENERATE_PROCESSOR_TEST_RESULTS == 'true' }} + # if: ${{ env.GENERATE_PROCESSOR_TEST_RESULTS == 'true' }} run: ./scripts/commit-and-push.sh "[CI] update video processor tests" test-engine-and-interface: