Skip to content

Commit

Permalink
Fix workflow names
Browse files Browse the repository at this point in the history
  • Loading branch information
fmauch committed Oct 10, 2023
1 parent ffbb9dc commit 9613113
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/noetic-binary-testing.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Noetic Binary Build Main
name: Noetic Binary Build Testing
on:
workflow_dispatch:
branches:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/noetic-semi-binary-main.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Noetic Binary Build Main
name: Noetic Semi-Binary Build Main
on:
workflow_dispatch:
branches:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/noetic-semi-binary-testing.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Noetic Binary Build Main
name: Noetic Semi-Binary Build Testing
on:
workflow_dispatch:
branches:
Expand Down

0 comments on commit 9613113

Please sign in to comment.