Skip to content

Commit

Permalink
Add an option to validate using version set. (#1749)
Browse files Browse the repository at this point in the history
  • Loading branch information
atalman committed Mar 20, 2024
1 parent f7ada6f commit 99899c0
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions .github/workflows/validate-aarch64-linux-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ on:
default: ""
required: false
type: string
use-version-set:
description: 'Applies when version is used, use version for each domain'
default: false
required: false
type: boolean
release-matrix:
description: 'Release matrix - optional'
default: ""
Expand Down Expand Up @@ -63,6 +68,11 @@ on:
default: ""
required: false
type: string
use-version-set:
description: 'Applies when version is used, use version for each domain'
default: false
required: false
type: boolean
release-matrix:
description: 'Release matrix - optional'
default: ""
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/validate-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ on:
required: false
type: string
use-version-set:
description: 'Applies when version is used, use version for each domain'
description: 'Use version for each domain'
default: false
required: false
type: boolean
Expand Down

0 comments on commit 99899c0

Please sign in to comment.