From 4ad75ae975bf53a2f14d98d6968d5ec0b2a8e6de Mon Sep 17 00:00:00 2001 From: atalman Date: Fri, 15 Dec 2023 08:34:23 -0800 Subject: [PATCH] [Validations] Validate aarch64 if all is slected --- .github/workflows/validate-binaries.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/validate-binaries.yml b/.github/workflows/validate-binaries.yml index fee16dca9..8dbe5f27c 100644 --- a/.github/workflows/validate-binaries.yml +++ b/.github/workflows/validate-binaries.yml @@ -96,7 +96,7 @@ jobs: release-matrix: ${{ needs.generate-release-matrix.outputs.matrix }} linux-aarch64: - if: inputs.os == 'linux-aarch64' + if: inputs.os == 'linux-aarch64' || inputs.os == 'all' needs: generate-release-matrix uses: ./.github/workflows/validate-aarch64-linux-binaries.yml with: @@ -105,6 +105,7 @@ jobs: torchonly: ${{ inputs.torchonly }} version: ${{ inputs.version }} release-matrix: ${{ needs.generate-release-matrix.outputs.matrix }} + mac: if: inputs.os == 'macos' || inputs.os == 'all' needs: generate-release-matrix