We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51e7367 commit 0089599Copy full SHA for 0089599
.github/workflows/medcat-v1-tutorials_main.yml
@@ -1,8 +1,8 @@
1
name: medcat-v1-tutorials - Test
2
3
on:
4
- push:
5
- branches: [ main ]
+ schedule:
+ - cron: "0 0 * * 0" # every Sunday at midnight UTC (avoid clash with v2 stability)
6
pull_request:
7
paths:
8
- 'v1/medcat/**'
.github/workflows/medcat-v1_main.yml
name: medcat-v1 - build
0 commit comments