Skip to content

Commit

Permalink
ci: updating PR recognition script
Browse files Browse the repository at this point in the history
Signed-off-by: Pawel Psztyc <[email protected]>
  • Loading branch information
jarrodek committed Jan 30, 2021
1 parent e91d8b3 commit f728db0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/arc-publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ if [ $TRAVIS_BRANCH != 'alpha' ] && [ $TRAVIS_BRANCH != 'master' ] && [ $TRAVIS_
exit 0
fi

if [ "$TRAVIS_PULL_REQUEST" = "true" ]; then
if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then
echo "Skipping ARC build. This is a PR request."
exit 0
fi
Expand Down

0 comments on commit f728db0

Please sign in to comment.