Skip to content

Commit

Permalink
run actions every 14days
Browse files Browse the repository at this point in the history
probably won't get much time to merge once classes begin
  • Loading branch information
dead8309 authored Jul 11, 2024
1 parent 8f68fdd commit fdb24a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: ci

on:
schedule:
- cron: '0 0 */2 * *' # run every 2 days at 12am
- cron: '0 0 */14 * *' # run every 14 days at 12am
workflow_dispatch:

jobs:
Expand Down

0 comments on commit fdb24a2

Please sign in to comment.