Skip to content

Commit

Permalink
Merge pull request #605 from coldav/colin/add_create_llvm_schedule
Browse files Browse the repository at this point in the history
Add schedule for creating llvm caches.
  • Loading branch information
coldav authored Dec 10, 2024
2 parents e44c154 + e4c33c5 commit 1f8bd7c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/create_llvm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ on:
pull_request:
paths:
- '.github/workflows/create_llvm.yml'
schedule:
# Run Mon-Fri at 5pm
- cron: '00 17 * * 1-5'
workflow_dispatch:

permissions: {}
Expand Down

0 comments on commit 1f8bd7c

Please sign in to comment.