Skip to content

Commit

Permalink
Add a cron job to run CI every 30 days (Fixes #128 empty commit) (#136)
Browse files Browse the repository at this point in the history
Signed-off-by: Cheng Ho Ming, Eric <eric310@connect.hku.hk>
  • Loading branch information
eric15342335 authored Jun 10, 2024
1 parent 9ebc8e0 commit f9c57c8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/make.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
name: CI

on:
[push, workflow_dispatch]
push:
workflow_dispatch:
schedule:
- cron: "43 17 1 * *"

jobs:
build-and-test:
Expand Down

0 comments on commit f9c57c8

Please sign in to comment.