1
0
Fork 0
mirror of synced 2024-07-04 14:01:27 +12:00

Remove tag check

This commit is contained in:
Adria Navarro 2023-10-03 20:30:10 +02:00
parent ef4afc8b96
commit dadd6bc7dc

View file

@ -22,12 +22,12 @@ jobs:
swap-size-mb: 1024 swap-size-mb: 1024
remove-android: "true" remove-android: "true"
remove-dotnet: "true" remove-dotnet: "true"
- name: Fail if not a tag # - name: Fail if not a tag
run: | # run: |
if [[ $GITHUB_REF != refs/tags/* ]]; then # if [[ $GITHUB_REF != refs/tags/* ]]; then
echo "Workflow Dispatch can only be run on tags" # echo "Workflow Dispatch can only be run on tags"
exit 1 # exit 1
fi # fi
- name: "Checkout" - name: "Checkout"
uses: actions/checkout@v4 uses: actions/checkout@v4
with: with: