Skip to content

Commit 34d2ec7

Browse files
committed
Reorder trigger events in CI
1 parent 96febca commit 34d2ec7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/python-313.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ name: python-313
22

33
on:
44
workflow_dispatch:
5+
schedule:
6+
- cron: '15 23 * * *'
57
pull_request:
68
branches:
79
- main
@@ -10,8 +12,6 @@ on:
1012
branches:
1113
- main
1214
- '3.13'
13-
schedule:
14-
- cron: '15 23 * * *'
1515

1616
jobs:
1717
sync:

.github/workflows/python-314.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ name: python-314
22

33
on:
44
workflow_dispatch:
5+
schedule:
6+
- cron: '0 23 * * *'
57
pull_request:
68
branches:
79
- main
@@ -10,8 +12,6 @@ on:
1012
branches:
1113
- main
1214
- '3.13'
13-
schedule:
14-
- cron: '0 23 * * *'
1515

1616
jobs:
1717
sync:

0 commit comments

Comments
 (0)