-
-
Notifications
You must be signed in to change notification settings - Fork 274
Developer Guides: CI‐CD
Vu Anh edited this page Jun 9, 2024
·
1 revision
This article outlines the CI/CD process in the Underthesea project, emphasizing our use of GitHub Actions.
Our CI/CD pipeline is built using GitHub Actions, which ensures seamless integration and deployment.
The main build workflow is triggered on every merge request. This ensures that all changes are automatically built and tested before being merged.
Relevant PRs:
For special and heavy load workflows, we don't run these on every PR. Instead, specific labels are assigned to PRs to trigger these workflows. This approach optimizes resource usage and ensures that only relevant PRs trigger resource-intensive processes.
Relevant PRs: