fix: update schedule to all days and filter for RC tagged as release #6

Merged
giacchetta merged 2 commits from update-schedule-and-filter into main 2026-04-09 18:12:05 +00:00
Showing only changes of commit 0693734d0a - Show all commits

View File

@@ -27,7 +27,7 @@ jobs:
working-directory: ansible_role_proxy
run: |
LATEST=$(curl -sf https://api.github.com/repos/traefik/traefik/releases/latest | jq -r '.tag_name')
if ! [[ "$LATEST" =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]]; then
if ! [[ "$LATEST" =~ ^v[0-9]+\.[0-9]+\.[0-9]+$ ]]; then
echo "::error::Refusing to bump to non-stable version '$LATEST'"
exit 1
fi