Skip to content

Commit 22d33c5

Browse files
sjmonsonCopilot
authored andcommitted
Revert pull_request_target (#225)
`pull_request_target` has not been the drop-in replacement it promises to be. Revert its addition and disable build jobs for external PRs. --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 3a68f85 commit 22d33c5

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

.github/workflows/development.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ jobs:
1212
python: ["3.9", "3.13"]
1313
steps:
1414
- uses: actions/checkout@v4
15-
with:
16-
ref: "${{ github.event.pull_request.merge_commit_sha }}"
1715
- name: Set up Python
1816
uses: actions/setup-python@v5
1917
with:
@@ -49,8 +47,6 @@ jobs:
4947
python: ["3.9", "3.13"]
5048
steps:
5149
- uses: actions/checkout@v4
52-
with:
53-
ref: "${{ github.event.pull_request.merge_commit_sha }}"
5450
- name: Set up Python
5551
uses: actions/setup-python@v5
5652
with:
@@ -86,8 +82,6 @@ jobs:
8682
python: ["3.9"]
8783
steps:
8884
- uses: actions/checkout@v4
89-
with:
90-
ref: "${{ github.event.pull_request.merge_commit_sha }}"
9185
- name: Set up Python
9286
uses: actions/setup-python@v5
9387
with:
@@ -123,8 +117,6 @@ jobs:
123117
python: ["3.9", "3.13"]
124118
steps:
125119
- uses: actions/checkout@v4
126-
with:
127-
ref: "${{ github.event.pull_request.merge_commit_sha }}"
128120
- name: Set up Python
129121
uses: actions/setup-python@v5
130122
with:
@@ -160,8 +152,6 @@ jobs:
160152
python: ["3.9", "3.13"]
161153
steps:
162154
- uses: actions/checkout@v4
163-
with:
164-
ref: "${{ github.event.pull_request.merge_commit_sha }}"
165155
- name: Set up Python
166156
uses: actions/setup-python@v5
167157
with:
@@ -202,7 +192,6 @@ jobs:
202192
uses: actions/checkout@v4
203193
with:
204194
fetch-depth: 0
205-
ref: "${{ github.event.pull_request.merge_commit_sha }}"
206195
- name: Set up Python
207196
uses: actions/setup-python@v5
208197
with:

0 commit comments

Comments
 (0)