Skip to content

Commit 91b3622

Browse files
committed
Revert "[SINT-2273] update workflow steps (#7579)"
This reverts commit a4a4ce0.
1 parent bef226e commit 91b3622

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/delete-pr-image.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,6 @@ jobs:
1919
run: |
2020
BRANCH="${{ github.event.pull_request.head.ref }}"
2121
TAG="${BRANCH//\//_}"
22-
if ! [[ $TAG =~ ^[A-Za-z0-9._-]+$ ]]; then
23-
echo "Exiting - Manages branches only if they contain letters, numbers and the following special characters: . - _"
24-
exit 1
25-
fi
2622
echo "tag=$TAG" >> "$GITHUB_OUTPUT"
2723
2824
- name: Delete image by tag from GHCR

0 commit comments

Comments
 (0)