Skip to content

Commit

Permalink
CI: Fix workflow names
Browse files Browse the repository at this point in the history
  • Loading branch information
Mintoo200 committed Mar 14, 2024
1 parent 6cfcec8 commit 1958d3a
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.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: 'Run tests'
name: 'Build'

on: [workflow_call, workflow_dispatch]

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/type-check.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: 'Run tests'
name: 'Type check'

on: [workflow_call, workflow_dispatch]

Expand Down

0 comments on commit 1958d3a

Please sign in to comment.