GRM-34: fix: move release commit skip check into release.py
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user