Skip to content

Commit

Permalink
change workflow name.
Browse files Browse the repository at this point in the history
  • Loading branch information
peanut996 committed Dec 23, 2024
1 parent 97ebbe1 commit f534c35
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/android-ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CloudflareWarpSpeedTest Android CI/CD
name: Android

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This workflow will build a golang project
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-go

name: Go Build and Test
name: Go

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Release for multiple platforms
name: Go Release

on:
push:
Expand Down

0 comments on commit f534c35

Please sign in to comment.