Skip to content

Commit

Permalink
Update entrypoint.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
jackton1 authored Mar 23, 2022
1 parent 7a3aa36 commit 672cfca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
set -e

if [[ $GITHUB_REF != "refs/tags/"* ]]; then
echo "Skipping: This should only run on tags push or on release instead of '$GITHUB_EVENT_NAME'.";
echo "::warning::Skipping: This should only run on tags push or on release instead of '$GITHUB_EVENT_NAME'.";
exit 0;
fi

Expand Down

0 comments on commit 672cfca

Please sign in to comment.