comparison .github/workflows/runtests.yml @ 55:94f4232ebfcb

Remove the scheduled GitHub action because it does not work
author Joeri van Ruth <joeri.van.ruth@monetdbsolutions.com>
date Mon, 17 Oct 2022 09:42:14 +0200 (2022-10-17)
parents 8d6cfd04bde0
children
comparison
equal deleted inserted replaced
54:b0ac51c36919 55:94f4232ebfcb
1 name: Run monetdb-perl test suite 1 name: Run monetdb-perl test suite
2 2
3 on: 3 on:
4 push: 4 push:
5 pull_request: 5 pull_request:
6 # monday morning 01:23
7 schedule:
8 - cron: 23 1 * * 1
9 6
10 jobs: 7 jobs:
11 runtests: 8 runtests:
12 strategy: 9 strategy:
13 matrix: 10 matrix: