From d5d2d18e8694cabe331513b9760fa24faef504b7 Mon Sep 17 00:00:00 2001 From: Kishan Dhakan <42718091+Kishan-Dhakan@users.noreply.github.com> Date: Sun, 30 Jul 2023 01:51:27 +0530 Subject: [PATCH] set smoke to false, since this only runs s3 tests --- .github/workflows/build-s3-migration.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-s3-migration.yaml b/.github/workflows/build-s3-migration.yaml index ac0cf1c..fcfd436 100644 --- a/.github/workflows/build-s3-migration.yaml +++ b/.github/workflows/build-s3-migration.yaml @@ -237,7 +237,7 @@ jobs: deploy_report_page: false archive_results: true run_flaky_tests: false - run_smoke_tests: ${{ github.ref != 'refs/heads/staging' && github.base_ref != 'staging' && github.ref != 'refs/heads/master' && github.base_ref != 'master' }} + run_smoke_tests: false retry_failures: true TENDERLY_FORK_ID: ${{ secrets.TENDERLY_FORK_ID }} DEVOPS_CHANNEL_WEBHOOK_URL: ${{ secrets.DEVOPS_CHANNEL_WEBHOOK_URL }}