Skip to content

Commit

Permalink
ci: add weekly schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
giacomociti committed Oct 23, 2024
1 parent 5b94b82 commit 508421d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: CI

on: [push, pull_request]
on:
push:
schedule:
- cron: "45 22 * * 5" # At 10:45 PM, only on Fridays

jobs:
build-and-test:
Expand Down

0 comments on commit 508421d

Please sign in to comment.