Skip to content

Commit

Permalink
Fix job name of ci workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Kuuuube committed Dec 29, 2024
1 parent 4781948 commit 7d68f32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Python Tests
name: CI
on:
push:
branches:
Expand All @@ -8,7 +8,7 @@ on:
- master

jobs:
build:
python-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 7d68f32

Please sign in to comment.