Skip to content

Commit

Permalink
Remove jobs dependency in CI (AFLplusplus#2108)
Browse files Browse the repository at this point in the history
  • Loading branch information
tokatoka authored Apr 25, 2024
1 parent 4c95d90 commit abcb2bf
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit abcb2bf

Please sign in to comment.