arda-cards/qualify-build-action
Analyses the job and makes decisions about what kind of build to run.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jun 29, 2026
- License
- MIT
Pinned Snippet
uses: arda-cards/qualify-build-action@82863d49f95b4a7fab0372e9629ccd535e45749d # v2.0.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| feature_branch_version_regex | Regex to match feature branch versions. | no | ^[0-9]+(\.[0-9]+){2}(-[[:alnum:]]+){2}(-.+)?$ |
| workflow_name | Name of a workflow that protected branches are to be validated against. | no | context:validate-release |
Outputs
| name | description |
|---|---|
| kind | Build kind to run: publish when the action should produce a published artifact, otherwise test. |
| tag | Tag to publish. Set for publish builds; omitted for test builds. |
| target | Target of the build: feature or release. |
| trigger | Build trigger classification: push_to_feature_branch, push_to_release_branch, pull_request_to_release_branch, or pull_request_to_feature_branch. |
| version | Version to publish. Set for publish builds; omitted for test builds. |