diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 8d9c157a61bb..fb6bc9a3bb0a 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -6,14 +6,12 @@ on: - '**/*.md' - 'dev/**' - 'docs/**' - - 'helm/**' branches: [ 'master', '0.6.x', '0.7.x', '0.7.1.x', '0.7.2.x', '0.8.0', '0.8.1', '0.8.2', '0.8.3', '0.9.0', '0.9.1' ] pull_request: paths-ignore: - '**/*.md' - 'dev/**' - 'docs/**' - - 'helm/**' # The branches below must be a subset of the branches above branches: [ 'master' ] schedule: diff --git a/.github/workflows/unit-and-integration-tests-unified.yml b/.github/workflows/unit-and-integration-tests-unified.yml index 59ea3f95a585..f51985da90fa 100644 --- a/.github/workflows/unit-and-integration-tests-unified.yml +++ b/.github/workflows/unit-and-integration-tests-unified.yml @@ -21,7 +21,6 @@ on: - 'dev/**' - 'docs/**' - 'examples/**/jupyter-notebooks/**' - - 'helm/**' - 'web-console/**' - 'website/**' branches: @@ -34,7 +33,6 @@ on: - 'dev/**' - 'docs/**' - 'examples/**/jupyter-notebooks/**' - - 'helm/**' - 'web-console/**' - 'website/**' branches: