File tree Expand file tree Collapse file tree 3 files changed +11
-20
lines changed
Expand file tree Collapse file tree 3 files changed +11
-20
lines changed Original file line number Diff line number Diff line change 11{
22 "template" : " https://github.com/sunpy/package-template" ,
3- "commit" : " 09c4b023b973d0bbc5704326720f21d3a766bb11 " ,
3+ "commit" : " 12de35d0dae26a0ec25fdb591655d2de5a0674d3 " ,
44 "checkout" : null ,
55 "context" : {
66 "cookiecutter" : {
3232 " .github/workflows/sub_package_update.yml"
3333 ],
3434 "_template" : " https://github.com/sunpy/package-template" ,
35- "_commit" : " 09c4b023b973d0bbc5704326720f21d3a766bb11 "
35+ "_commit" : " 12de35d0dae26a0ec25fdb591655d2de5a0674d3 "
3636 }
3737 },
3838 "directory" : null
Original file line number Diff line number Diff line change 1515 pull_request :
1616 # Allow manual runs through the web UI
1717 workflow_dispatch :
18+ schedule :
19+ # ┌───────── minute (0 - 59)
20+ # │ ┌───────── hour (0 - 23)
21+ # │ │ ┌───────── day of the month (1 - 31)
22+ # │ │ │ ┌───────── month (1 - 12 or JAN-DEC)
23+ # │ │ │ │ ┌───────── day of the week (0 - 6 or SUN-SAT)
24+ - cron : ' 0 7 * * 3' # Every Wed at 07:00 UTC
1825
1926concurrency :
2027 group : ${{ github.workflow }}-${{ github.ref }}
5764 - windows: py311
5865 - macos: py312
5966 - linux: py310-oldestdeps
67+ - linux: py313-devdeps
6068 secrets :
6169 CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
6270
7987 envs : |
8088 - linux: build_docs
8189
82- cron :
83- if : |
84- github.event_name == 'workflow_dispatch' || (
85- github.event_name == 'pull_request' &&
86- contains(github.event.pull_request.labels.*.name, 'Run cron CI')
87- )
88- uses : OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@v1
89- with :
90- default_python : ' 3.13'
91- submodules : false
92- coverage : codecov
93- toxdeps : tox-pypi-filter
94- envs : |
95- - linux: py313-devdeps
96- secrets :
97- CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
98-
9990 publish :
10091 # Build wheels on PRs only when labelled. Releases will only be published if tagged ^v.*
10192 # see https://github-actions-workflows.openastronomy.org/en/latest/publish.html#upload-to-pypi
Original file line number Diff line number Diff line change 11repos :
22 # This should be before any formatting hooks like isort
33 - repo : https://github.com/astral-sh/ruff-pre-commit
4- rev : " v0.11.4 "
4+ rev : " v0.11.7 "
55 hooks :
66 - id : ruff
77 args : ["--fix"]
You can’t perform that action at this time.
0 commit comments