Skip to content

Commit de1d41a

Browse files
committed
revert debug
1 parent b1699ab commit de1d41a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/remove-deprecated-shapes.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ jobs:
1313
steps:
1414
- name: Check branch name
1515
run: |
16-
echo $GITHUB_HEAD_REF
17-
echo ${{ github.head_ref }}
1816
# Only continue on branches starting with vX.X (e.g. v1.2, v1.2.3, v1.2-main)
1917
if [[ ! "$GITHUB_HEAD_REF" =~ ^v\.[0-9]+\.[0-9]+.*$ ]]; then
2018
exit 0

0 commit comments

Comments
 (0)