Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: remove unnecessary ref checkout for nightly tests #3847

Merged
merged 1 commit into from
Sep 18, 2024

Conversation

jordanrfrazier
Copy link
Collaborator

The ref checkout failed because the langflow-base-nightly tag was not yet pushed to pypi, but the project dependency has already been updated to point to the new base nightly version from main nightly.

I realize that we don't need to checkout out the main tag for testing. The github.ref default will point to the same ref that triggered the workflow, so it will test the same code that we are tagging. The only risk is if our scripts actually modify the codebase itself, but that's low-risk and shouldn't happen.

@dosubot dosubot bot added the size:XS This PR changes 0-9 lines, ignoring generated files. label Sep 18, 2024
Copy link

This pull request is automatically being deployed by Amplify Hosting (learn more).

Access this pull request here: https://pr-3847.dmtpw4p5recq1.amplifyapp.com

@edwinjosechittilappilly
Copy link
Collaborator

So with this change the job will consider the current tag (tag from which the job was initiated) as reference right?

@dosubot dosubot bot added the lgtm This PR has been approved by a maintainer label Sep 18, 2024
@jordanrfrazier jordanrfrazier merged commit 14b6157 into main Sep 18, 2024
32 of 52 checks passed
@jordanrfrazier jordanrfrazier deleted the add-nightly-test-before-release branch September 18, 2024 16:49
diogocabral pushed a commit to headlinevc/langflow that referenced this pull request Nov 26, 2024
Remove unnecessary ref checkout for nightly tests
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
lgtm This PR has been approved by a maintainer size:XS This PR changes 0-9 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants