mirror of
https://git.tt-rss.org/fox/tt-rss.git
synced 2025-10-22 08:21:00 +02:00
Don't trigger workflows on their own YAML changes.
This commit is contained in:
parent
6d893a74ce
commit
602d79c87e
1
.github/workflows/javascipt-code-quality.yml
vendored
1
.github/workflows/javascipt-code-quality.yml
vendored
@ -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.
|
||||
|
1
.github/workflows/validate-sql.yml
vendored
1
.github/workflows/validate-sql.yml
vendored
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user