Skip to content

Commit

Permalink
ci: naming of jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
Bugs5382 committed Jun 24, 2024
1 parent b663637 commit 8baa20f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- main

jobs:
build-and-deploy:
Build-and-Deploy-Docs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-title-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ concurrency:


jobs:
validate:
Validate:
permissions:
contents: read
pull-requests: read
Expand Down

0 comments on commit 8baa20f

Please sign in to comment.