Skip to content

Commit d048376

Browse files
authored
Update check-python-eol-actions.yml
Changed action to cron
1 parent 738e4a6 commit d048376

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/check-python-eol-actions.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ on:
33
workflow_dispatch:
44
repository_dispatch:
55
types: [check_python_eol]
6+
schedule:
7+
- cron: '0 9 * * *'
68
jobs:
79
check_python_version_eol:
810
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)