We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d048376 commit b855d92Copy full SHA for b855d92
.github/workflows/check-python-eol-actions.yml
@@ -4,7 +4,7 @@ on:
4
repository_dispatch:
5
types: [check_python_eol]
6
schedule:
7
- - cron: '0 9 * * *'
+ - cron: '0 14 * * *' # 2pm UTC == 9am EST
8
jobs:
9
check_python_version_eol:
10
runs-on: ubuntu-latest
0 commit comments