Don't trigger workflows on their own YAML changes.

This commit is contained in:
supahgreg 2025-10-13 20:37:12 +00:00
parent 6d893a74ce
commit 602d79c87e
No known key found for this signature in database
2 changed files with 0 additions and 2 deletions

View File

@ -8,7 +8,6 @@ on:
- 'eslint.config.js'
- 'package.json'
- 'package-lock.json'
- '.github/workflows/javascript-code-quality.yml'
# Allow manual triggering
workflow_dispatch:
# Allow other workflows (e.g. Publish) to invoke this one.

View File

@ -5,7 +5,6 @@ on:
paths:
- 'sql/pgsql/schema.sql'
- 'sql/pgsql/migrations/*.sql'
- '.github/workflows/validate-sql.yml'
# Allow manual triggering
workflow_dispatch:
# Allow other workflows (e.g. Publish) to invoke this one.