Skip to content

Commit 8c84dea

Browse files
committed
test workflow run
1 parent aa99f26 commit 8c84dea

File tree

2 files changed

+329
-328
lines changed

2 files changed

+329
-328
lines changed

.github/workflows/build-test-linux-aarch64-jetpack.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ on:
1919

2020
jobs:
2121
generate-matrix:
22-
if: ${{ github.event.workflow_run.conclusion == 'success' }}
22+
#if: ${{ github.event.workflow_run.conclusion == 'success' }}
2323
uses: pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@main
2424
with:
2525
package-type: wheel
@@ -46,7 +46,8 @@ jobs:
4646
env:
4747
LIMIT_PR_BUILDS: ${{ github.event_name == 'pull_request' && !contains(github.event.pull_request.labels.*.name, 'ciflow/binaries/all') }}
4848
run: |
49-
set -eou pipefail
49+
set -x
50+
echo '${{ github.event.workflow_run.conclusion }}'
5051
echo "LIMIT_PR_BUILDS=${LIMIT_PR_BUILDS}"
5152
echo '${{ github.event_name }}'
5253
echo '${{ github.event.ref}}'

0 commit comments

Comments
 (0)