Workflow ID
This specifies which GitHub Actions workflow YAML file should be triggered in your repository. These files must reside in the .github/workflows/ directory of your repository.
Available Workflows
- swaplab-workflow-cache.yml: Recommended. Utilizes GitHub Actions caching for NPM dependencies and Gradle to significantly speed up subsequent build times.
- swaplab-workflow-no-cache.yml: Executes a clean build from scratch every time. Useful for debugging cache-related issues or enforcing a pristine build environment.
You must commit these YAML files to your repository before attempting to trigger a build via the Private Builder UI.