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 5bfcb2d commit ad70800Copy full SHA for ad70800
.github/workflows/ci.yml
@@ -6,6 +6,8 @@ on:
6
pull_request:
7
branches: [main]
8
workflow_dispatch:
9
+ schedule:
10
+ - cron: '0 0 * * *'
11
12
env:
13
DOCKER_REPOSITORY: quay.io/unstructured-io
0 commit comments