diff --git a/.github/workflows/index_workflow.yml b/.github/workflows/index_workflow.yml index 3e07e2c..d35c56d 100644 --- a/.github/workflows/index_workflow.yml +++ b/.github/workflows/index_workflow.yml @@ -9,13 +9,13 @@ on: workflow_run: workflows: ["Build notebook images"] types: [completed] + schedule: + - cron: '30 6 * * 1' # weekly, after the notebook test sweep, to refresh docker badges # Deploys push to the same gh-pages branch; never run two at once. concurrency: group: index-deploy cancel-in-progress: false - schedule: - - cron: '30 6 * * 1' # weekly, after the notebook test sweep, to refresh docker badges jobs: collect-and-render: