summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/javascipt-code-quality.yml1
-rw-r--r--.github/workflows/validate-sql.yml1
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.