Remove jobs dependency in CI (#2108)

This commit is contained in:
Dongjia "toka" Zhang 2024-04-25 16:07:38 +02:00 committed by GitHub
parent 4c95d9029a
commit abcb2bf33e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -90,7 +90,6 @@ jobs:
ubuntu-doc-build:
runs-on: ubuntu-22.04
needs: ubuntu
steps:
- uses: actions/checkout@v3
- uses: ./.github/workflows/ubuntu-prepare
@ -101,7 +100,6 @@ jobs:
ubuntu-doc-test:
runs-on: ubuntu-22.04
needs: ubuntu
steps:
- uses: actions/checkout@v3
- uses: ./.github/workflows/ubuntu-prepare