Skip to content

Commit

Permalink
Rename actions to be more specific
Browse files Browse the repository at this point in the history
  • Loading branch information
earlephilhower committed Dec 22, 2022
1 parent 8654393 commit 5007782
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/openocd-macos.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Manually started actino to build OpenOCD for Windows and upload to an artifact

name: Build MacOS
name: OpenOCD Build MacOS
on: [workflow_dispatch]
jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/openocd-windows.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Manually started actino to build OpenOCD for Windows and upload to an artifact

name: Build All Windows
name: OpenOCD Build All Windows
on: [workflow_dispatch]
jobs:
build:
Expand Down

0 comments on commit 5007782

Please sign in to comment.