2
0
Baptiste Augrain 4 жил өмнө
parent
commit
479d4c3dbc
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      check_cron_or_pr.sh

+ 1 - 1
check_cron_or_pr.sh

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