Skip to content

Commit

Permalink
style: rename the workflow actions
Browse files Browse the repository at this point in the history
  • Loading branch information
wesleyboar committed Nov 18, 2024
1 parent 2f13093 commit a4578db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-preview.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: ci
name: Continuous Integration (Automatic)

on:
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: DesignSafe User Guide Build
name: Continuous Integration (Manual)

on:
workflow_dispatch:
Expand Down

0 comments on commit a4578db

Please sign in to comment.