Skip to content

Commit

Permalink
ci: improve workflow names
Browse files Browse the repository at this point in the history
  • Loading branch information
heueristik committed Oct 12, 2023
1 parent bf63f00 commit 59292d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/contracts-tests.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: 'contracts'
name: 'Contracts'

env:
INFURA_API_KEY: ${{ secrets.INFURA_API_KEY }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/subgraph-tests.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Subgraph Tests
name: Subgraph
on:
push:
paths:
Expand Down

0 comments on commit 59292d1

Please sign in to comment.