8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16ab070 commit 6a78589Copy full SHA for 6a78589
.github/workflows/build.yml
@@ -30,7 +30,7 @@ jobs:
30
echo '::set-output name=run_tests::true'
31
else
32
git fetch origin $GITHUB_BASE_REF --depth=1
33
- git diff --name-only origin/$GITHUB_BASE_REF... | grep -qvE '(\.rst$|^Doc|^Misc)' && echo '::set-output name=run_tests::true'
+ git diff --name-only origin/$GITHUB_BASE_REF... | grep -qvE '(\.rst$|^Doc|^Misc)' && echo '::set-output name=run_tests::true' || true
34
fi
35
build_win32:
36
name: 'Windows (x86)'
0 commit comments