From de4ffbb55283642e6681f088b6e3baee4dfe5090 Mon Sep 17 00:00:00 2001 From: Paolo Tranquilli Date: Fri, 12 Apr 2024 15:35:39 +0200 Subject: [PATCH] Swift: add `shared/**` to CI triggers Not being triggered by changes in shared was making it possible to not notice changes in `shared` having effect on Swift tests. For example [this PR](https://github.com/github/codeql/pull/15501) introduced a test change that was fixed [here](https://github.com/github/codeql/pull/16197). --- .github/workflows/swift.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/swift.yml b/.github/workflows/swift.yml index 6956d31a3988..9e736e3225bf 100644 --- a/.github/workflows/swift.yml +++ b/.github/workflows/swift.yml @@ -6,6 +6,7 @@ on: - "swift/**" - "misc/bazel/**" - "misc/codegen/**" + - "shared/**" - "*.bazel*" - .github/workflows/swift.yml - .github/actions/** @@ -22,10 +23,12 @@ on: - "swift/**" - "misc/bazel/**" - "misc/codegen/**" + - "shared/**" - "*.bazel*" - .github/workflows/swift.yml - .github/actions/** - codeql-workspace.yml + - .pre-commit-config.yaml - "!**/*.md" - "!**/*.qhelp" branches: