chore(ci): Prevent double GitHub Actions runs on new releases.

This commit is contained in:
Elisiário Couto
2025-09-18 11:21:04 +01:00
parent 61442a598f
commit 30d7c2ed4e

View File

@@ -10,6 +10,7 @@ jobs:
test-python:
name: Test Python
runs-on: ubuntu-latest
if: "!contains(github.event.head_commit.message, 'chore(ci): Bump version to')"
steps:
- uses: actions/checkout@v4
@@ -32,6 +33,7 @@ jobs:
test-frontend:
name: Test Frontend
runs-on: ubuntu-latest
if: "!contains(github.event.head_commit.message, 'chore(ci): Bump version to')"
defaults:
run:
working-directory: ./frontend