From 14b6157b1dc217aec23113c6eb591c034861d7dd Mon Sep 17 00:00:00 2001 From: Jordan Frazier <122494242+jordanrfrazier@users.noreply.github.com> Date: Wed, 18 Sep 2024 09:49:55 -0700 Subject: [PATCH] ci: remove unnecessary ref checkout for nightly tests (#3847) Remove unnecessary ref checkout for nightly tests --- .github/workflows/nightly_build.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/nightly_build.yml b/.github/workflows/nightly_build.yml index d3740bd63..36fbee893 100644 --- a/.github/workflows/nightly_build.yml +++ b/.github/workflows/nightly_build.yml @@ -149,7 +149,6 @@ jobs: uses: ./.github/workflows/typescript_test.yml with: tests_folder: "tests/core" - ref: ${{ needs.create-nightly-tag.outputs.main_tag }} secrets: inherit backend-unit-tests: @@ -159,7 +158,6 @@ jobs: uses: ./.github/workflows/python_test.yml with: python-versions: '["3.10", "3.11", "3.12"]' - ref: ${{ needs.create-nightly-tag.outputs.main_tag }} # Not making nightly builds dependent on integration test success # due to inherent flakiness of 3rd party integrations