diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index ca388beb47c..8a027063b45 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -19,6 +19,7 @@ on: # yamllint disable-line rule:truthy branches: [ main ] paths-ignore: - '*/spec/fixtures/**' + - '*/helpers/test/*/fixtures/**' - 'common/lib/dependabot.rb' schedule: - cron: '41 4 * * 3' diff --git a/.github/workflows/dependency-review.yml b/.github/workflows/dependency-review.yml index 1495c08d79c..21ae7d9c2ce 100644 --- a/.github/workflows/dependency-review.yml +++ b/.github/workflows/dependency-review.yml @@ -1,5 +1,11 @@ name: Dependency Review -on: [pull_request] # yamllint disable-line rule:truthy +on: # yamllint disable-line rule:truthy + pull_request: + branches: [ main ] + paths-ignore: + - '*/spec/fixtures/**' + - '*/helpers/test/*/fixtures/**' + - 'common/lib/dependabot.rb' permissions: contents: read