aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/ci.yml')
-rw-r--r--.github/workflows/ci.yml8
1 files changed, 7 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index e8e708c..677c415 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -7,7 +7,13 @@
# Loosely based on https://github.com/linux-test-project/ltp
#
name: "Builds"
-on: [push, pull_request, workflow_dispatch]
+on:
+ pull_request:
+ push:
+ schedule:
+ # Run at 1:01 AM, every Tuesday
+ - cron: '1 1 * * 2'
+ workflow_dispatch:
jobs:
job: