Skip to content

Commit 81cd162

Browse files
ppc64le ci changes
1 parent bf9a737 commit 81cd162

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/_linux-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
build:
101101
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' || '' }}
102102
# Don't run on forked repos
103-
if: github.repository_owner == 'pytorch'
103+
104104
runs-on: ${{ inputs.runner_prefix}}${{ inputs.runner }}
105105
timeout-minutes: 240
106106
outputs:

.github/workflows/ppc64le.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ jobs:
2929
docker build -f .github/workflows/Dockerfile.ppc64le -t pytorch-ppc64le:ubi9.3 .
3030
3131
linux-ubi-9-3-cpu-ppc64le-build:
32-
3332
name: linux-ubi9-3-cpu-ppc64le
3433
uses: ./.github/workflows/_linux-build.yml
3534
needs: linux-ppc64le-docker-image-build

0 commit comments

Comments
 (0)