diff --git a/templates/group_start b/templates/group_start index 96c0aa8..9d0d70b 100644 --- a/templates/group_start +++ b/templates/group_start @@ -23,3 +23,11 @@ # Use minimal ephemeral disk size = 101 } + +[[- if and (has . "image") (regexp.Match "SNAPSHOT" .image) ]] + + meta { + # Force job to run each time as we're running a snapshot version + run = "${uuidv4()}" + } +[[- end ]]