Skip to content

Commit

Permalink
ci: update workflow names
Browse files Browse the repository at this point in the history
Signed-off-by: Timothy MacDonald <tim.macdonald@lacework.net>
  • Loading branch information
tmac1973 committed Mar 7, 2024
1 parent 334cd54 commit c9bdc82
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/prepare-release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Nightly Build
name: Prepare Release

on: workflow_dispatch

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: Nightly Build
name: Release

on: workflow_dispatch

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-compatibility.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Nightly Build
name: Test Compatibility

on: workflow_dispatch

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/verify-release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Nightly Build
name: Verify Release

on: workflow_dispatch

Expand Down

0 comments on commit c9bdc82

Please sign in to comment.