File tree Expand file tree Collapse file tree 1 file changed +1
-12
lines changed
Expand file tree Collapse file tree 1 file changed +1
-12
lines changed Original file line number Diff line number Diff line change @@ -257,7 +257,7 @@ jobs:
257257 # Prevent run 'push' events for the branches in upstream repository as it
258258 # already covered by 'pull_request' event
259259 if : >-
260- ${{ needs.pre-setup.outputs.upstream-repository-id }} == github.repository_id
260+ github.repository_id != needs.pre-setup.outputs.upstream-repository-id
261261 || github.event_name != 'push'
262262 || github.ref_name == github.event.repository.default_branch
263263
@@ -273,17 +273,6 @@ jobs:
273273 dists-base64-hash : ${{ steps.dist-hashes.outputs.combined-hash }}
274274
275275 steps :
276- - name : TEST OUTPUTS
277- run : |
278- echo "GITHUB_OUTPUT: ${{ env.GITHUB_OUTPUT }}"
279- echo "GITHUB_ENV: ${{ env.GITHUB_ENV }}"
280- echo "needs.pre-setup.outputs.upstream-repository-id:" \
281- "${{ needs.pre-setup.outputs.upstream-repository-id }}"
282- echo "github.repository_id: ${{ github.repository_id }}"
283- echo "github.event_name: ${{ github.event_name }}"
284- echo "github.ref_name: ${{ github.ref_name }}"
285- echo "github.event.repository.default_branch: ${{ github.event.repository.default_branch }}"
286-
287276 - name : Switch to using Python 3.13
288277 uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
289278 with :
You can’t perform that action at this time.
0 commit comments