Skip to content

Commit

Permalink
Revert adding names
Browse files Browse the repository at this point in the history
  • Loading branch information
godexsoft committed May 24, 2024
1 parent 53540b0 commit 9fed9c9
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 8 deletions.
1 change: 0 additions & 1 deletion .github/workflows/clang-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on: [push, pull_request]

jobs:
check:
name: Check
runs-on: ubuntu-20.04
env:
CLANG_VERSION: 10
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/doxygen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ concurrency:

jobs:
job:
name: Build and publish
runs-on: ubuntu-latest
permissions:
contents: write
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/levelization.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on: [push, pull_request]

jobs:
check:
name: Check
runs-on: ubuntu-latest
env:
CLANG_VERSION: 10
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ concurrency:
jobs:

test:
name: Test
strategy:
matrix:
platform:
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/nix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ concurrency:
jobs:

dependencies:
name: Dependencies
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -103,7 +102,6 @@ jobs:


test:
name: Test
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -158,7 +156,6 @@ jobs:
coverage:
name: Coverage
strategy:
fail-fast: false
matrix:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ concurrency:
jobs:

test:
name: Test
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit 9fed9c9

Please sign in to comment.