forked from ansible/awx-ee
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Refactor release CI Image tags will be generated based upon the event that triggered the workflow: - push event: - main branch: latest - devel branch: devel - all other branches: <branch name>-latest Branches must be added to the on.push.branches array above to trigger - pull_request event: DEV-PR-<pull_request_number> Branches must be added to the on.pull_request.branches array above to trigger - release event: <tag_name> - schedule event: nightly This will be the same configuration as the 'latest' tag, but may contain updated packages, etc. from upstream - all other events: <first 7 chars of commit sha> Run podman test as part of same workflow as release (fail faster) * Build on PR to feature branch * Update PR CI No need to run on changes of only markdown files
- Loading branch information
Showing
5 changed files
with
105 additions
and
131 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters