fixed tx2s3 workflow

This commit is contained in:
Igor Korsukov 2020-12-16 14:33:38 +02:00
parent 5b301942bc
commit 83a1604f42

View file

@ -62,10 +62,12 @@ jobs:
echo "not set credentials, not possible run"
fi
if [ ${{ github.event_name != 'schedule' }} ]; then
echo "This is job only for schedule run tx2s3 for 3.x branch"
DO_RUN='false';
fi
echo "github.event_name: ${{ github.event_name }}"
# if [ ${{ github.event_name != 'schedule' }} ]; then
# echo "This is job only for schedule run tx2s3 for 3.x branch"
# DO_RUN='false';
# fi
echo "DO_RUN=$DO_RUN" >> $GITHUB_ENV
echo "DO_RUN: $DO_RUN"