Skip to content

Commit

Permalink
Change workflow names
Browse files Browse the repository at this point in the history
  • Loading branch information
jdee committed Jun 11, 2021
1 parent fba9be1 commit af20de8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Run integration tests
name: Integration tests (manual)

# Manually triggered
# $ gh workflow run integration-tests.yml
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/verify.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Run unit tests
name: Unit tests

# For testing
on:
Expand Down

0 comments on commit af20de8

Please sign in to comment.