Skip to content

Commit d5f2b39

Browse files
authored
Adding ref to validate binaries (#1204)
1 parent 2359b40 commit d5f2b39

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/validate-binaries.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,11 @@ jobs:
6363
uses: ./.github/workflows/validate-linux-binaries.yml
6464
with:
6565
channel: ${{ inputs.channel }}
66+
ref: ${{ inputs.ref || github.ref }}
6667

6768
mac:
6869
if: inputs.os == 'macos' || inputs.os == 'all'
6970
uses: ./.github/workflows/validate-macos-binaries.yml
7071
with:
7172
channel: ${{ inputs.channel }}
73+
ref: ${{ inputs.ref || github.ref }}

0 commit comments

Comments
 (0)