Merge pull request #668 from daiyam/fix-schedule

fix schedule runs
This commit is contained in:
Peter Squicciarini 2021-03-12 17:41:42 -08:00 committed by GitHub
commit 93bfe2e2d4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,7 @@
set -e
if [[ $github.event.number ]]; then
if [[ $GITHUB_EVENT_NAME == "pull_request" ]]; then
echo "It's a PR"
export SHOULD_BUILD="yes"