Skip to content

Commit

Permalink
bpo-40548: github actions: pass the changes check on no source changes (
Browse files Browse the repository at this point in the history
pythonGH-20097)

Signed-off-by: Filipe Laíns <lains@archlinux.org>
  • Loading branch information
FFY00 authored May 15, 2020
1 parent 16ab070 commit 6a78589
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
echo '::set-output name=run_tests::true'
else
git fetch origin $GITHUB_BASE_REF --depth=1
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
fi
build_win32:
name: 'Windows (x86)'
Expand Down

0 comments on commit 6a78589

Please sign in to comment.