Skip to content

Commit

Permalink
added new workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
nils1603 committed Nov 4, 2022
1 parent fc25497 commit 29aebdb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/macOS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
build-test:
name: build_macos
name: Build and Test macOS

strategy:
matrix:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/releaseDoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
release-doc:
name: release-doc
name: Build and release documentation

strategy:
matrix:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu20.04.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
build_ubuntu_20_04:
name: build_ubuntu_20_04
name: Build and Test on Ubuntu 20.04

strategy:
matrix:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu22.04.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
build_ubuntu_22_04:
name: build_ubuntu_22_04
name: Build and Test on Ubuntu 22.04

strategy:
matrix:
Expand Down

0 comments on commit 29aebdb

Please sign in to comment.