Skip to content

Commit

Permalink
CI: add names to workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
lzaoral committed Jun 14, 2022
1 parent e03c58b commit e22be88
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
---
name: Ubuntu CI

on:
push:
branches: main
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/coverity.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
---
name: Coverity

on:
push:
branches: main
Expand Down

0 comments on commit e22be88

Please sign in to comment.