Skip to content

Commit

Permalink
fixing CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jhrutgers committed Apr 6, 2023
1 parent 37cded5 commit 86940d1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,6 @@ jobs:
dist/mingw/build.sh Release
test-documentation:
if: github.ref != 'refs/heads/master'
runs-on: ubuntu-latest
steps:
- name: checkout
Expand Down Expand Up @@ -162,7 +161,7 @@ jobs:

# Dummy job that depends on all other build-* jobs.
build-all-check:
needs: [build-ubuntu, build-ubuntu-prev, build-windows, build-mac, build-mingw, test-documentation, documentation]
needs: [build-ubuntu, build-ubuntu-prev, build-windows, build-mac, build-mingw, test-documentation]
runs-on: ubuntu-latest
if: success()
outputs:
Expand All @@ -173,7 +172,7 @@ jobs:

# Dummy job to check if build-all-check was successful.
build-all:
needs: [build-ubuntu, build-ubuntu-prev, build-windows, build-mac, build-mingw, test-documentation, documentation, build-all-check]
needs: [build-ubuntu, build-ubuntu-prev, build-windows, build-mac, build-mingw, test-documentation, build-all-check]
runs-on: ubuntu-latest
if: always()
steps:
Expand Down

0 comments on commit 86940d1

Please sign in to comment.