Skip to content

Commit

Permalink
ci: snake_case job identifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
nikku committed Nov 7, 2024
1 parent 3235580 commit 548391c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: CI
on: [ push, pull_request ]
jobs:
Build:
build:

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

jobs:
CodeQL-Build:
codeql_build:
# CodeQL runs on ubuntu-latest, windows-latest, and macos-latest
runs-on: ubuntu-latest

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/MERGE_MAIN_TO_DEVELOP.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
- "main"

jobs:
Merge_main_to_develop:
merge_main_to_develop:
runs-on: ubuntu-latest
permissions:
contents: write
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/POST_RELEASE.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
- 'v[0-9]+.[0-9]+.[0-9]+'

jobs:
post-release:
post_release:

strategy:
matrix:
Expand Down

0 comments on commit 548391c

Please sign in to comment.