ci: remove unnecessary ref checkout for nightly tests (#3847)

Remove unnecessary ref checkout for nightly tests
This commit is contained in:
Jordan Frazier 2024-09-18 09:49:55 -07:00 committed by GitHub
commit 14b6157b1d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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