From 0062374d323cf42273d65696ec2f4eec1cf92b8f Mon Sep 17 00:00:00 2001 From: mahee96 <47920326+mahee96@users.noreply.github.com> Date: Sun, 22 Feb 2026 07:29:56 +0530 Subject: [PATCH] CI: disabled test tracks completely by commenting out --- .../workflows/reusable-sidestore-build.yml | 35 ++++++++++--------- 1 file changed, 18 insertions(+), 17 deletions(-) diff --git a/.github/workflows/reusable-sidestore-build.yml b/.github/workflows/reusable-sidestore-build.yml index eb81fd69..6cd3f0f7 100644 --- a/.github/workflows/reusable-sidestore-build.yml +++ b/.github/workflows/reusable-sidestore-build.yml @@ -67,26 +67,27 @@ jobs: bundle_id_suffix: ${{ inputs.bundle_id_suffix }} secrets: inherit - tests-build: - if: ${{ vars.ENABLE_TESTS == '1' && vars.ENABLE_TESTS_BUILD == '1' }} - needs: shared - uses: ./.github/workflows/sidestore-tests-build.yml - with: - release_tag: ${{ inputs.release_tag }} - short_commit: ${{ needs.shared.outputs.short-commit }} - secrets: inherit + # tests-build: + # if: ${{ vars.ENABLE_TESTS == '1' && vars.ENABLE_TESTS_BUILD == '1' }} + # needs: shared + # uses: ./.github/workflows/sidestore-tests-build.yml + # with: + # release_tag: ${{ inputs.release_tag }} + # short_commit: ${{ needs.shared.outputs.short-commit }} + # secrets: inherit - tests-run: - if: ${{ vars.ENABLE_TESTS == '1' && vars.ENABLE_TESTS_RUN == '1' }} - needs: [shared, tests-build] - uses: ./.github/workflows/sidestore-tests-run.yml - with: - release_tag: ${{ inputs.release_tag }} - short_commit: ${{ needs.shared.outputs.short-commit }} - secrets: inherit + # tests-run: + # if: ${{ vars.ENABLE_TESTS == '1' && vars.ENABLE_TESTS_RUN == '1' }} + # needs: [shared, tests-build] + # uses: ./.github/workflows/sidestore-tests-run.yml + # with: + # release_tag: ${{ inputs.release_tag }} + # short_commit: ${{ needs.shared.outputs.short-commit }} + # secrets: inherit deploy: - needs: [shared, build, tests-build, tests-run] # Keep tests-run in needs + # needs: [shared, build, tests-build, tests-run] # Keep tests-run in needs + needs: [shared, build] # Keep tests-run in needs if: ${{ always() && (needs.tests-run.result == 'skipped' || needs.tests-run.result == 'success') }} uses: ./.github/workflows/sidestore-deploy.yml with: