Skip to content

Commit 8605f82

Browse files
authored
Update py312-sync-cpython.yml
1 parent 24a42f9 commit 8605f82

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/py312-sync-cpython.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
11
name: python-3.12-sync-with-cpython
22

33
on:
4-
push:
5-
branches:
6-
- "3.12"
7-
schedule:
8-
- cron: "0 0 * * *"
4+
pull_request:
95

106
jobs:
117
sync:
@@ -61,4 +57,4 @@ jobs:
6157
- name: Check outputs
6258
run: |
6359
echo "Pull Request Number - ${{ steps.cpr.outputs.pull-request-number }}"
64-
echo "Pull Request URL - ${{ steps.cpr.outputs.pull-request-url }}"
60+
echo "Pull Request URL - ${{ steps.cpr.outputs.pull-request-url }}"

0 commit comments

Comments
 (0)