Skip to content

Commit dc743f2

Browse files
committed
f
1 parent 01951e2 commit dc743f2

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

.github/workflows/ci-cd.yml

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)