-
-
Notifications
You must be signed in to change notification settings - Fork 192
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Renaming workflows for better harmony across pipelines
- Loading branch information
1 parent
fc29b76
commit 195fb0f
Showing
4 changed files
with
5 additions
and
3 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
.github/workflows/entrypoint_pr_master.yml → .github/workflows/entrypoint_prerelease.yml
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
name: PR pre-release | ||
name: Pre-release PR | ||
|
||
on: | ||
pull_request: | ||
|
2 changes: 2 additions & 0 deletions
2
.github/workflows/entrypoint_testonly.yml → ...hub/workflows/entrypoint_pull_request.yml
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
2 changes: 1 addition & 1 deletion
2
.github/workflows/entrypoint_deploy.yml → .github/workflows/entrypoint_release.yml
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
name: Wrapper deploy | ||
name: Release | ||
|
||
on: | ||
push: | ||
|
Submodule exegol-docker-build
updated
14 files