diff options
| author | supahgreg <supahgreg@users.noreply.github.com> | 2025-10-13 20:37:12 +0000 |
|---|---|---|
| committer | supahgreg <supahgreg@users.noreply.github.com> | 2025-10-13 20:37:12 +0000 |
| commit | 602d79c87ee65a4907656a4c2bbcd02cb13e17a0 (patch) | |
| tree | 7e5c5863447f8fdb5c105bee58c8a7e3997a0e4b /.github/workflows | |
| parent | 6d893a74ce65ae6a34d68944bb37028e60ee3119 (diff) | |
Don't trigger workflows on their own YAML changes.
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/javascipt-code-quality.yml | 1 | ||||
| -rw-r--r-- | .github/workflows/validate-sql.yml | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/.github/workflows/javascipt-code-quality.yml b/.github/workflows/javascipt-code-quality.yml index 5ff6cf80e..531693250 100644 --- a/.github/workflows/javascipt-code-quality.yml +++ b/.github/workflows/javascipt-code-quality.yml @@ -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. diff --git a/.github/workflows/validate-sql.yml b/.github/workflows/validate-sql.yml index 470781385..f446c4e25 100644 --- a/.github/workflows/validate-sql.yml +++ b/.github/workflows/validate-sql.yml @@ -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. |