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: schedule:
interval: daily interval: daily
- package-ecosystem: gitsubmodule - package-ecosystem: gitsubmodule
directory: "/testsuite" directory: "/testsuite/rdf-tests"
schedule: schedule:
interval: daily interval: daily
- package-ecosystem: docker - package-ecosystem: docker

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

Loading…
Cancel
Save