Skip to content

Commit a27a5fd

Browse files
removed pytorch user condition
1 parent c915d5e commit a27a5fd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/_linux-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
build:
9999
environment: ${{ github.ref == 'refs/heads/main' && 'scribe-protected' || startsWith(github.ref, 'refs/heads/release/') && 'scribe-protected' || contains(github.event.pull_request.labels.*.name, 'ci-scribe') && 'scribe-pr' || '' }}
100100
# Don't run on forked repos
101-
if: github.repository_owner == 'pytorch'
101+
102102
runs-on: ${{ inputs.runner_prefix}}${{ inputs.runner }}
103103
timeout-minutes: 240
104104
outputs:

.github/workflows/ppc64le.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
docker build -f .ci/docker/manywheel/Dockerfile_ppc64le -t pytorch/manylinuxppc64le-builder:cpu-ppc64le-main .
2828
2929
linux-manylinux-2_28-py3-cpu-ppc64le-build:
30-
if: github.repository_owner == 'pytorch'
30+
3131
name: linux-manylinux-2_28-py3-cpu-ppc64le-build
3232
uses: ./.github/workflows/_linux-build.yml
3333
with:

0 commit comments

Comments
 (0)