Skip to content

Commit

Permalink
improve pipeline names
Browse files Browse the repository at this point in the history
[skip-ci]
  • Loading branch information
quantsch committed Mar 13, 2024
1 parent a9f6580 commit 99a0ecc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-actions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
- main
- release-pipelines

name: release-actions
name: Release Actions

# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
permissions:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
pull_request:
branches: [main]

name: pipeline
name: Tests

jobs:
documentation-check:
Expand Down

0 comments on commit 99a0ecc

Please sign in to comment.