Skip to content

Commit

Permalink
actionlint
Browse files Browse the repository at this point in the history
  • Loading branch information
atalman committed Dec 11, 2024
1 parent b46f57a commit a09b7c0
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 87 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/validate-linux-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,11 @@ on:
default: false
required: false
type: boolean
use-version-set:
description: 'Applies when version is used, use version for each domain'
default: false
required: false
type: boolean

jobs:
generate-linux-matrix:
Expand Down Expand Up @@ -162,7 +167,7 @@ jobs:
export TARGET_OS="linux"
# Due to xpu doesn't use pytorch/conda-builder image, need to install conda firstly
if [[ ${{ matrix.gpu_arch_type }} == 'xpu' ]]; then
source ./common/install_conda.sh
source /.ci/docker/common/install_conda.sh
fi
eval "$(conda shell.bash hook)"
printf '%s\n' ${{ toJson(inputs.release-matrix) }} > release_matrix.json
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/validate-macos-arm64-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,11 @@ on:
default: false
required: false
type: boolean
use-version-set:
description: 'Applies when version is used, use version for each domain'
default: false
required: false
type: boolean

jobs:
generate-macos-arm64-matrix:
Expand Down
86 changes: 0 additions & 86 deletions .github/workflows/validate-repackaged-binary-sizes.yml

This file was deleted.

5 changes: 5 additions & 0 deletions .github/workflows/validate-windows-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,11 @@ on:
default: false
required: false
type: boolean
use-version-set:
description: 'Applies when version is used, use version for each domain'
default: false
required: false
type: boolean

jobs:
generate-windows-matrix:
Expand Down

0 comments on commit a09b7c0

Please sign in to comment.