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 1ee0b08 commit 3088e28Copy full SHA for 3088e28
.github/workflows/test-package.yml
@@ -6,6 +6,9 @@ name: Periodic Testing of Pypi Package
6
on:
7
push:
8
branches: [ master ]
9
+ schedule:
10
+ # Runs every Monday at 08:00 UTC
11
+ - cron: '0 8 * * 1'
12
13
jobs:
14
package-testing-parse:
0 commit comments