From 4ff3546dfa49f92b68145ac03f467f1f9afeccf1 Mon Sep 17 00:00:00 2001 From: Oleksii Sholik Date: Thu, 10 Aug 2023 12:16:16 +0300 Subject: [PATCH] chore(ci): Trigger CI workflows that depend on pnpm-lock.yaml when it changes (#324) --- .github/workflows/clients_typescript_tests.yml | 1 + .github/workflows/e2e.yml | 1 + .github/workflows/generator_tests.yml | 1 + 3 files changed, 3 insertions(+) diff --git a/.github/workflows/clients_typescript_tests.yml b/.github/workflows/clients_typescript_tests.yml index 0adb4007..a029262b 100644 --- a/.github/workflows/clients_typescript_tests.yml +++ b/.github/workflows/clients_typescript_tests.yml @@ -7,6 +7,7 @@ on: - main pull_request: paths: + - 'pnpm-lock.yaml' - 'clients/typescript/**' - '!clients/typescript/**.md' diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index bfcfa3ba..cb2f934c 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -7,6 +7,7 @@ on: paths-ignore: # Root files - '*' + - '!pnpm-lock.yaml' # CI files not related to GH actions - '.buildkite/**' - '**/README.md' diff --git a/.github/workflows/generator_tests.yml b/.github/workflows/generator_tests.yml index e9c465e7..0521fdf6 100644 --- a/.github/workflows/generator_tests.yml +++ b/.github/workflows/generator_tests.yml @@ -6,6 +6,7 @@ on: - main pull_request: paths: + - 'pnpm-lock.yaml' - 'generator/**' defaults: