Skip to content

Commit 9ffcb16

Browse files
author
Zonglin Peng
committed
fix yml syntax
1 parent 9ddcaf5 commit 9ffcb16

File tree

1 file changed

+24
-24
lines changed

1 file changed

+24
-24
lines changed

.github/workflows/cadence-build.yml

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -61,27 +61,27 @@ jobs:
6161
run: |
6262
.ci/scripts/build_cadence_runner.sh
6363
64-
g3-build:
65-
# NB: Don't run this on fork PRs because they won't have access to the secret and would fail anyway
66-
if: ${{ !github.event.pull_request.head.repo.fork }}
67-
runs-on: ubuntu-22.04
68-
hifi-build:
69-
# NB: Don't run this on fork PRs because they won't have access to the secret and would fail anyway
70-
if: ${{ !github.event.pull_request.head.repo.fork }}
71-
runs-on: ubuntu-22.04
72-
mv130-build:
73-
# NB: Don't run this on fork PRs because they won't have access to the secret and would fail anyway
74-
if: ${{ !github.event.pull_request.head.repo.fork }}
75-
runs-on: ubuntu-22.04
76-
hifi-build:
77-
# NB: Don't run this on fork PRs because they won't have access to the secret and would fail anyway
78-
if: ${{ !github.event.pull_request.head.repo.fork }}
79-
runs-on: ubuntu-22.04
80-
# uses: pytorch/test-infra/.github/workflows/macos_job.yml@main
81-
# secrets: inherit
82-
with:
83-
runner: linux.2xlarge
84-
docker-image: executorch-ubuntu-22.04-cadence-sdk
85-
fetch-depth: 0
86-
ref: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
87-
timeout: 90
64+
# g3-build:
65+
# # NB: Don't run this on fork PRs because they won't have access to the secret and would fail anyway
66+
# if: ${{ !github.event.pull_request.head.repo.fork }}
67+
# runs-on: ubuntu-22.04
68+
# hifi-build:
69+
# # NB: Don't run this on fork PRs because they won't have access to the secret and would fail anyway
70+
# if: ${{ !github.event.pull_request.head.repo.fork }}
71+
# runs-on: ubuntu-22.04
72+
# mv130-build:
73+
# # NB: Don't run this on fork PRs because they won't have access to the secret and would fail anyway
74+
# if: ${{ !github.event.pull_request.head.repo.fork }}
75+
# runs-on: ubuntu-22.04
76+
# hifi-build:
77+
# # NB: Don't run this on fork PRs because they won't have access to the secret and would fail anyway
78+
# if: ${{ !github.event.pull_request.head.repo.fork }}
79+
# runs-on: ubuntu-22.04
80+
# # uses: pytorch/test-infra/.github/workflows/macos_job.yml@main
81+
# # secrets: inherit
82+
# with:
83+
# runner: linux.2xlarge
84+
# docker-image: executorch-ubuntu-22.04-cadence-sdk
85+
# fetch-depth: 0
86+
# ref: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
87+
# timeout: 90

0 commit comments

Comments
 (0)