Skip to content

Commit

Permalink
ci: run tiobe weekly to reduce infra load (#279)
Browse files Browse the repository at this point in the history
  • Loading branch information
srunde3 authored Oct 15, 2024
1 parent e29b279 commit eb40271
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
@@ -1,9 +1,10 @@
name: TiCS static analysis

# Temp: run 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:
TICS:
runs-on: ubuntu-latest
Expand Down

0 comments on commit eb40271

Please sign in to comment.