ci: skip test workflow on release commits
Lint & Test / test (push) Successful in 46s

This commit is contained in:
2026-04-25 15:36:18 +03:00
parent 62eeca1b9e
commit 08c3c80df4
+1
View File
@@ -8,6 +8,7 @@ on:
jobs: jobs:
test: test:
if: "!startsWith(github.event.head_commit.message, 'chore: release')"
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4