Skip to content

Commit

Permalink
[CI] Rename GH workflows
Browse files Browse the repository at this point in the history
The number of workflows has increased and some of the names are too long
for the interface or not very descriptive. Improve the names to make it
to look nicer and easier to navigate.
  • Loading branch information
Ana06 committed Jun 7, 2024
1 parent 5e29150 commit 7a53160
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CI
name: Test & Push

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/daily.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: daily
name: Daily Test

on:
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sync_badge.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Updates packages number badge on README
name: Update packages badge

on:
push:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Update package
name: Update packages

on:
workflow_dispatch:
Expand Down

0 comments on commit 7a53160

Please sign in to comment.