GRM-34: fix: move release commit skip check into release.py

This commit is contained in:
2026-06-21 10:54:58 +00:00
parent 63fb259bac
commit e00d40dd54
3 changed files with 23 additions and 3 deletions
-2
View File
@@ -7,8 +7,6 @@ on:
jobs:
release:
runs-on: docker
# Skip release commits to avoid infinite loops
if: !startsWith(github.event.head_commit.message, 'chore(release):')
steps:
- uses: actions/checkout@v4
with: