ci: remove unnecessary ref checkout for nightly tests (#3847)
Remove unnecessary ref checkout for nightly tests
This commit is contained in:
parent
88443932c1
commit
14b6157b1d
1 changed files with 0 additions and 2 deletions
2
.github/workflows/nightly_build.yml
vendored
2
.github/workflows/nightly_build.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue