Skip to content
11 changes: 1 addition & 10 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,7 @@ on:
- 'docs/**'
- '.github/workflows/codeql.yml'
- '.github/codeql-config.yml'
pull_request:
branches: [ "main" ]
paths:
- 'Cyrano/**'
- 'Labs/Potemkin/**'
- 'apps/lexfiat/**'
- 'apps/arkiver/**'
- 'docs/**'
- '.github/workflows/codeql.yml'
- '.github/codeql-config.yml'
# pull_request trigger removed - was blocking Dependabot auto-merges
schedule:
- cron: '25 14 * * 4'

Expand Down
11 changes: 1 addition & 10 deletions .github/workflows/semgrep.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,7 @@ on:
- 'apps/arkiver/**'
- 'docs/**'
- '.github/workflows/semgrep.yml'
pull_request:
# The branches below must be a subset of the branches above
branches: [ "main" ]
paths:
- 'Cyrano/**'
- 'Labs/Potemkin/**'
- 'apps/lexfiat/**'
- 'apps/arkiver/**'
- 'docs/**'
- '.github/workflows/semgrep.yml'
# pull_request trigger removed - was blocking Dependabot auto-merges
schedule:
- cron: '20 19 * * 6'

Expand Down
Loading
Loading