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

📦 BUILD: Fix the trigger develop cli action to sync branches #1651

Merged
merged 1 commit into from
May 1, 2024

Conversation

daquinteroflex
Copy link
Collaborator

@daquinteroflex daquinteroflex commented Apr 30, 2024

Hello! I think we need to merge this as soon as we can in order for the develop actions to begin running from the branch that triggered the build.

Also I found a bug on tidy3d-develop-cli that was testing the develop installation only on the develop branch, but not on the actual branches where the commit was created in which I'm fixing.

Note that the develop action won't be fixed until we merge this into develop

@daquinteroflex daquinteroflex force-pushed the dario/fix_trigger_develop_action branch from 6e28572 to 218fd8f Compare April 30, 2024 12:37
@momchil-flex
Copy link
Collaborator

Since we merged #1650 to pre/2.7, this here is only relevant if we want to make a 2.6.5 right?

@daquinteroflex
Copy link
Collaborator Author

daquinteroflex commented Apr 30, 2024

Unfortunately, this PR is relevant if we want all develop-cli tests to pass on all branches including pre-/2.7. This is becuase of the way that the "trigger" action occurs when the "run tests" workflow has completed. It can only trigger if the action is in the main branch. However, our action in the main develop branch had a bug that it was only checking out the develop branch, rather than the branch that triggered the action on the tidy3d-develop-cli action. This PR fixes that.

@momchil-flex
Copy link
Collaborator

Ah ok.

@momchil-flex
Copy link
Collaborator

@tylerflex you're marked as reviewer here

@momchil-flex momchil-flex merged commit 3ee3490 into develop May 1, 2024
13 checks passed
@momchil-flex momchil-flex deleted the dario/fix_trigger_develop_action branch May 1, 2024 20:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants