ci: skip codeql and e2e on changelog-only changes (#11867)

This commit is contained in:
César Arroba
2026-07-07 14:27:41 +02:00
committed by GitHub
parent ac3f289de6
commit 76a2d7bfe6
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -9,6 +9,7 @@ on:
- 'api/**'
- '.github/workflows/api-codeql.yml'
- '.github/codeql/api-codeql-config.yml'
- '!api/CHANGELOG.md'
pull_request:
branches:
- 'master'
@@ -17,6 +18,7 @@ on:
- 'api/**'
- '.github/workflows/api-codeql.yml'
- '.github/codeql/api-codeql-config.yml'
- '!api/CHANGELOG.md'
schedule:
- cron: '00 12 * * *'