Skip to content

Commit

Permalink
Merge pull request #668 from daiyam/fix-schedule
Browse files Browse the repository at this point in the history
fix schedule runs
  • Loading branch information
stripedpajamas authored Mar 13, 2021
2 parents 88f37a1 + 479d4c3 commit 93bfe2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion check_cron_or_pr.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 93bfe2e

Please sign in to comment.