Skip to content

Commit

Permalink
CI: rename the workflows to something more expressive
Browse files Browse the repository at this point in the history
  • Loading branch information
whot committed Dec 13, 2021
1 parent 67f24d6 commit ea1cb22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/freebsd.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: freebsd
name: "FreeBSD build and test"

on: [ push, pull_request ]

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: linux
name: "Build and test"

on: [ push, pull_request ]

Expand Down

0 comments on commit ea1cb22

Please sign in to comment.