Skip to content

Commit

Permalink
CI: Set name for every workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dbrgn committed Jun 16, 2024
1 parent 706c140 commit 7620a67
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
name: CI
on:
push:
branches:
Expand All @@ -6,8 +7,6 @@ on:
schedule:
- cron: '30 3 * * 2'

name: CI

jobs:
test:
name: run tests
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
name: github pages

name: GitHub Pages
on:
push:
tags:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
name: Release
on:
push:
tags:
Expand Down

0 comments on commit 7620a67

Please sign in to comment.