Skip to content

Commit

Permalink
style: changed workflows' names
Browse files Browse the repository at this point in the history
  • Loading branch information
GoldenJaden committed Nov 24, 2023
1 parent c94ebf2 commit 03918bc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/actions/mutation-tests-all-files/action.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Run mutation tests for all files
name: Mutation tests for all files
inputs:
package-name:
description: 'Name of the package'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dom-adapters.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Dom-adapters package workflow runner
name: Dom-adapters check
on:
push:

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/model.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Model package workflow runner
name: Model check
on:
push:
merge_group:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/playground.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Playground package workflow runner
name: Playground check
on:
push:
merge_group:
Expand Down

0 comments on commit 03918bc

Please sign in to comment.