Skip to content

Commit 681ee43

Browse files
committed
Allow manual triggering
Signed-off-by: Dimitris Karakasilis <[email protected]>
1 parent 939ab28 commit 681ee43

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/upload-cloud-images.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
name: Upload cloud images
22
on:
3+
# TODO: Remove this before merging
4+
pull_request:
35
push:
46
tags:
57
- 'v*' # Triggers on any tag that starts with 'v'
@@ -66,6 +68,8 @@ jobs:
6668
fi
6769
done
6870
71+
alreadyPushed=false # TODO: Remove this before merging
72+
6973
if [[ "$alreadyPushed" = true && "${{ inputs.force }}" != "true" ]]; then
7074
echo "Image for $latestTag is already pushed and 'force' wasn't true. Exiting."
7175
exit 0

0 commit comments

Comments
 (0)