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(workflow): allow to trigger native builds manually #50703

Merged
merged 3 commits into from Jun 2, 2023

Conversation

kwonoj
Copy link
Contributor

@kwonoj kwonoj commented Jun 2, 2023

What?

This PR allows to trigger subset of build-and-deploy workflow manually via gh actions UI.

Why?

Turbopack time to time requires to validate its changes against all of the platforms we build. Adding manual workflow allows to test it easier.

It tries to guard release check isRelease only if it comes from normal event (non manual dispatch) to avoid accidental publish workflow.

@kwonoj kwonoj requested a review from a team as a code owner June 2, 2023 15:49
@ijjk ijjk added the created-by: Turbopack team PRs by the turbopack team label Jun 2, 2023
@ijjk
Copy link
Member

ijjk commented Jun 2, 2023

Allow CI Workflow Run

  • approve CI run for commit: 19dd3c6

Note: this should only be enabled once the PR is ready to go and can only be enabled by a maintainer

@kodiakhq kodiakhq bot merged commit 18d112f into canary Jun 2, 2023
27 of 28 checks passed
@kodiakhq kodiakhq bot deleted the manual-native-deploy branch June 2, 2023 19:56
hydRAnger pushed a commit to hydRAnger/next.js that referenced this pull request Jun 12, 2023
### What?

This PR allows to trigger subset of build-and-deploy workflow manually via gh actions UI.

### Why?

Turbopack time to time requires to validate its changes against all of the platforms we build. Adding manual workflow allows to test it easier.

It tries to guard release check `isRelease` only if it comes from normal event (non manual dispatch) to avoid accidental publish workflow.
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jul 3, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
created-by: Turbopack team PRs by the turbopack team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants