Skip to content

Weekly cron

Weekly cron #90

Workflow file for this run

name: Weekly cron
on:
schedule:
# Weekly Monday 6AM build
- cron: "0 0 * * 1"
workflow_dispatch:
jobs:
crds_contexts:
uses: spacetelescope/crds/.github/workflows/contexts.yml@master
test:
uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@v1
needs: [ crds_contexts ]
with:
setenv: |
CRDS_PATH: /tmp/data/crds_cache/
CRDS_SERVER_URL: https://hst-crds.stsci.edu
CRDS_CLIENT_RETRY_COUNT: 3
CRDS_CLIENT_RETRY_DELAY_SECONDS: 20
cache-path: /tmp/data/crds_cache/
cache-key: ${{ needs.crds_contexts.outputs.hst }}
libraries: |
brew:
- hdf5
envs: |
- linux: py310-xdist
- linux: py311-xdist
- macos: py311-xdist
- linux: py312-xdist
- linux: py3-devdeps-xdist
- macos: py3-devdeps-xdist