Skip to content

Commit

Permalink
rename ci jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
kelbon committed Dec 23, 2024
1 parent bbb0f72 commit f8a7d19
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI_format.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CI
name: ci_format

permissions:
actions: write
Expand All @@ -14,7 +14,7 @@ env:
UBSAN_OPTIONS: print_stacktrace=1

jobs:
posix:
format_check:
strategy:
fail-fast: false

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/CI_ubuntu.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CI
name: ci_build_and_test

permissions:
actions: write
Expand Down

0 comments on commit f8a7d19

Please sign in to comment.