Runs the build at least once a week

pull/76/head
Tpt 4 years ago
parent 3906e0b87d
commit 24b0dce4fd
  1. 2
      .github/dependabot.yml
  2. 2
      .github/workflows/build.yml

@ -15,7 +15,7 @@ updates:
schedule:
interval: daily
- package-ecosystem: gitsubmodule
directory: "/testsuite"
directory: "/testsuite/rdf-tests"
schedule:
interval: daily
- package-ecosystem: docker

@ -7,6 +7,8 @@ on:
pull_request:
branches:
- master
schedule:
- cron: "0 0 * * 0"
jobs:
fmt:

Loading…
Cancel
Save