Skip to content

Commit

Permalink
ci: update and clean up GitHub workflows
Browse files Browse the repository at this point in the history
- 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
sulmoJ committed Dec 31, 2024
1 parent 7bea068 commit a6b1762
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 52 deletions.
24 changes: 0 additions & 24 deletions .github/workflows/check-pull-request.yml

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "[Dispatch] Preview Deploy with Vercel"
name: "[Dispatch] Deploy to specific vercel project"

on:
workflow_dispatch:
Expand Down
24 changes: 0 additions & 24 deletions .github/workflows/pull_request_base_check.yml

This file was deleted.

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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull_request_deploy_preview.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Deploy Vercel Preview on Comment
name: "[Pull Request] Deploy Vercel Preview on Comment"

on:
issue_comment:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "[PR] Review"
name: "[Pull Request] Review"

on:
pull_request:
Expand Down

0 comments on commit a6b1762

Please sign in to comment.