Avoid release days to keep the CI free

Can be 1st, 2nd or 15th:
https://github.com/python-pillow/Pillow/blob/main/RELEASING.md
This commit is contained in:
Hugo van Kemenade 2022-09-09 16:24:11 +03:00 committed by GitHub
parent a7471e9b84
commit f21bc40b23
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,5 +13,5 @@
"separateMajorMinor": "false"
}
],
"schedule": ["on the first day of the month"]
"schedule": ["on the third day of the month"]
}