From a378fd5f882f75b76f14f0c366efdf6d0da097ef Mon Sep 17 00:00:00 2001 From: jkaczman Date: Thu, 24 Sep 2026 12:50:16 -0400 Subject: [PATCH] ci: modifying a workflow runs it in ci --- .github/workflows/fmt.yml | 2 ++ .github/workflows/jsonschema.yml | 1 + .github/workflows/macos.yml | 2 ++ .github/workflows/package.yml | 1 + .github/workflows/plugin-ci.yml | 4 ++++ 5 files changed, 10 insertions(+) diff --git a/.github/workflows/fmt.yml b/.github/workflows/fmt.yml index 236b4c547..da134db74 100644 --- a/.github/workflows/fmt.yml +++ b/.github/workflows/fmt.yml @@ -5,11 +5,13 @@ on: - main - main-ent paths: + - ".github/workflows/fmt.yml" - "**/*.rs" - "integration/**" pull_request: types: [opened, synchronize, reopened] paths: + - ".github/workflows/fmt.yml" - "**/*.rs" - "integration/**" diff --git a/.github/workflows/jsonschema.yml b/.github/workflows/jsonschema.yml index 4c61a1e14..62a7f8c89 100644 --- a/.github/workflows/jsonschema.yml +++ b/.github/workflows/jsonschema.yml @@ -4,6 +4,7 @@ on: pull_request: types: [opened, synchronize, reopened] paths: + - ".github/workflows/jsonschema.yml" - 'pgdog-config/src/**/*.rs' - 'pgdog-config/Cargo.toml' - 'scripts/jsonschema/src/**/*.rs' diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 62f425aeb..ae5ec6223 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -5,11 +5,13 @@ on: - main - main-ent paths: + - ".github/workflows/macos.yml" - "**/*.rs" - "integration/**" pull_request: types: [opened, synchronize, reopened] paths: + - ".github/workflows/macos.yml" - "**/*.rs" - "integration/**" diff --git a/.github/workflows/package.yml b/.github/workflows/package.yml index 5f5ac4235..9793811f9 100644 --- a/.github/workflows/package.yml +++ b/.github/workflows/package.yml @@ -3,6 +3,7 @@ on: push: branches: ["main", "main-ent"] paths: + - ".github/workflows/package.yml" - "**/*.rs" - "**/Cargo.toml" release: diff --git a/.github/workflows/plugin-ci.yml b/.github/workflows/plugin-ci.yml index 83fb615e6..66a2d2093 100644 --- a/.github/workflows/plugin-ci.yml +++ b/.github/workflows/plugin-ci.yml @@ -5,10 +5,14 @@ on: - main - main-ent paths: + - ".github/workflows/plugin-ci.yml" + - "integration/ci/**" - "**/*.rs" pull_request: types: [opened, synchronize, reopened] paths: + - ".github/workflows/plugin-ci.yml" + - "integration/ci/**" - "**/*.rs" jobs: