We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96febca commit 34d2ec7Copy full SHA for 34d2ec7
.github/workflows/python-313.yml
@@ -2,6 +2,8 @@ name: python-313
2
3
on:
4
workflow_dispatch:
5
+ schedule:
6
+ - cron: '15 23 * * *'
7
pull_request:
8
branches:
9
- main
@@ -10,8 +12,6 @@ on:
10
12
11
13
14
- '3.13'
- schedule:
- - cron: '15 23 * * *'
15
16
jobs:
17
sync:
.github/workflows/python-314.yml
@@ -2,6 +2,8 @@ name: python-314
+ - cron: '0 23 * * *'
- - cron: '0 23 * * *'
0 commit comments