Skip to content

Commit 86940d1

Browse files
committed
fixing CI
1 parent 37cded5 commit 86940d1

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,6 @@ jobs:
126126
dist/mingw/build.sh Release
127127
128128
test-documentation:
129-
if: github.ref != 'refs/heads/master'
130129
runs-on: ubuntu-latest
131130
steps:
132131
- name: checkout
@@ -162,7 +161,7 @@ jobs:
162161

163162
# Dummy job that depends on all other build-* jobs.
164163
build-all-check:
165-
needs: [build-ubuntu, build-ubuntu-prev, build-windows, build-mac, build-mingw, test-documentation, documentation]
164+
needs: [build-ubuntu, build-ubuntu-prev, build-windows, build-mac, build-mingw, test-documentation]
166165
runs-on: ubuntu-latest
167166
if: success()
168167
outputs:
@@ -173,7 +172,7 @@ jobs:
173172

174173
# Dummy job to check if build-all-check was successful.
175174
build-all:
176-
needs: [build-ubuntu, build-ubuntu-prev, build-windows, build-mac, build-mingw, test-documentation, documentation, build-all-check]
175+
needs: [build-ubuntu, build-ubuntu-prev, build-windows, build-mac, build-mingw, test-documentation, build-all-check]
177176
runs-on: ubuntu-latest
178177
if: always()
179178
steps:

0 commit comments

Comments
 (0)