-
Notifications
You must be signed in to change notification settings - Fork 94
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
5 additions
and
6 deletions.
There are no files selected for viewing
3 changes: 1 addition & 2 deletions
3
.github/workflows/build.yml → .github/workflows/on-merge-to-develop.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
...rkflows/post-release-docker-hub-alpha.yml → .github/workflows/on-release-tag-alpha.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: Post-release Docker Hub alpha | ||
name: On release tag push (alpha only) | ||
on: | ||
workflow_dispatch: | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
.github/workflows/post-release-e2e.yml → .github/workflows/on-release-tag.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: Post-release E2E | ||
name: On release tag push | ||
on: | ||
workflow_dispatch: | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
.github/workflows/ci.yml → .github/workflows/pull-request-checks.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/scheduled-e2e-stable.yml → ...workflows/scheduled-weekly-e2e-stable.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: Scheduled E2E (stable version) | ||
name: Weekly E2E tests (stable only) | ||
on: | ||
workflow_dispatch: | ||
|
||
|