-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: update and clean up GitHub workflows
- Removed redundant pull request check workflows. - Renamed workflow files for consistency in naming conventions. - Updated workflow names to improve clarity. Signed-off-by: sulmo <[email protected]>
- Loading branch information
Showing
6 changed files
with
4 additions
and
52 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
...s/dispatch_preview_deploy_with_vercel.yml → ...ch_deploy_to_specific_vercel_project.yaml
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 was deleted.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
...b/workflows/pull_request_code_warning.yml → .../workflows/pull_request_code_warning.yaml
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] Code Warning" | ||
name: "[Pull Request] Code Warning" | ||
|
||
on: | ||
pull_request: | ||
|
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/pull_request_review.yml → .github/workflows/pull_request_review.yaml
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] Review" | ||
name: "[Pull Request] Review" | ||
|
||
on: | ||
pull_request: | ||
|