Skip to content

Commit

Permalink
remove duplicate names
Browse files Browse the repository at this point in the history
  • Loading branch information
billbrod committed Oct 14, 2024
1 parent 1738408 commit 11b8697
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ on:
- main

jobs:
tests:
tox_tests:
if: ${{ !github.event.pull_request.draft }}
strategy:
matrix:
Expand Down Expand Up @@ -48,7 +48,7 @@ jobs:
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

check:
tox_check:
if: ${{ !github.event.pull_request.draft }}
runs-on: ubuntu-latest
steps:
Expand Down Expand Up @@ -84,9 +84,9 @@ jobs:
check:
if: ${{ !github.event.pull_request.draft }}
needs:
- tests
- tox_tests
- prevent_docs_absolute_links
- check
- tox_check
runs-on: ubuntu-latest
steps:
- name: Decide whether all tests and notebooks succeeded
Expand Down

0 comments on commit 11b8697

Please sign in to comment.