From 602d79c87ee65a4907656a4c2bbcd02cb13e17a0 Mon Sep 17 00:00:00 2001 From: supahgreg Date: Mon, 13 Oct 2025 20:37:12 +0000 Subject: [PATCH] Don't trigger workflows on their own YAML changes. --- .github/workflows/javascipt-code-quality.yml | 1 - .github/workflows/validate-sql.yml | 1 - 2 files changed, 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.