Skip to content

Commit

Permalink
ci: run tiobe weekly to reduce infra load
Browse files Browse the repository at this point in the history
  • Loading branch information
srunde3 committed Oct 10, 2024
1 parent 76cf95e commit 71da91f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@

name: TiCS static analysis

# Temporary: reduce frequency to once-weekly to reduce infra load
on:
workflow_dispatch:
schedule:
- cron: '0 6 * * *' # Run at 6:00a (arbitrary) to avoid peak activity on runners
- cron: '0 6 * * 0' # Run at 6:00a (arbitrary) to avoid peak activity on runners

jobs:
check-configuration:
Expand Down

0 comments on commit 71da91f

Please sign in to comment.