File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed
Expand file tree Collapse file tree 2 files changed +10
-2
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" : " e0e2aa7daee8481747690616356a0f3fa33c177b " ,
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" : " e0e2aa7daee8481747690616356a0f3fa33c177b "
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 }}
5663 - windows: py311
5764 - macos: py310
5865 - linux: py310-oldestdeps
66+ - linux: py311-devdeps
5967 secrets :
6068 CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
6169
You can’t perform that action at this time.
0 commit comments