Skip to content

Commit

Permalink
CI : change actions name
Browse files Browse the repository at this point in the history
  • Loading branch information
pippocao committed Sep 29, 2024
1 parent 9aca749 commit 91bdfd6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
name: Cross-Platform Build and Deploy

name: Build
on:
workflow_dispatch: # manually trigger
workflow_call:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Cross-Platform Build and Deploy
name: AutoTest

on:
workflow_dispatch: # manually trigger
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_build_commit.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Cross-Platform Build and Deploy
name: Test Build And Commit

on:
workflow_dispatch: # manually trigger
Expand Down

0 comments on commit 91bdfd6

Please sign in to comment.