Skip to content

Commit 4be11b2

Browse files
authored
Updates from package template (#265)
* Update cruft with batchpr * Update ci.yml
1 parent ae7b86a commit 4be11b2

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

.cruft.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"template": "https://github.com/sunpy/package-template",
3-
"commit": "09c4b023b973d0bbc5704326720f21d3a766bb11",
3+
"commit": "e0e2aa7daee8481747690616356a0f3fa33c177b",
44
"checkout": null,
55
"context": {
66
"cookiecutter": {
@@ -32,7 +32,7 @@
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

.github/workflows/ci.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,13 @@ on:
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

1926
concurrency:
2027
group: ${{ github.workflow }}-${{ github.ref }}
@@ -56,6 +63,7 @@ jobs:
5663
- windows: py311
5764
- macos: py310
5865
- linux: py310-oldestdeps
66+
- linux: py311-devdeps
5967
secrets:
6068
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
6169

0 commit comments

Comments
 (0)