Skip to content

Commit

Permalink
re-run github actions on a timer.
Browse files Browse the repository at this point in the history
  • Loading branch information
stopfstedt committed Dec 6, 2023
1 parent 002615b commit 18149df
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: Moodle Plugin CI

on: [push, pull_request]
on:
push:
pull_request:
schedule:
- cron: '33 2 * * 1' # weekly, on Monday morning

jobs:
test:
Expand Down

0 comments on commit 18149df

Please sign in to comment.