Skip to content

Commit 791a751

Browse files
committed
testing
1 parent 82d3316 commit 791a751

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

.github/workflows/validate-binaries.yml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ on:
2121
inputs:
2222
os:
2323
description: "Operating system to generate for (linux, windows, macos, macos-arm64)"
24-
required: true
24+
required: false
2525
type: choice
2626
default: all
2727
options:
@@ -31,14 +31,21 @@ on:
3131
- all
3232
channel:
3333
description: "Channel to use (nightly, test, release, all)"
34-
required: true
34+
required: false
3535
type: choice
3636
default: all
3737
options:
3838
- release
3939
- nightly
4040
- test
4141
- all
42+
pull_request:
43+
paths:
44+
- .github/workflows/validate-nightly-binaries.yml
45+
- .github/workflows/validate-linux-binaries.yml
46+
- .github/workflows/validate-windows-binaries.yml
47+
- .github/workflows/validate-macos-binaries.yml
48+
- test/smoke_test/*
4249

4350
jobs:
4451
win:

.github/workflows/validate-windows-binaries.yml

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,28 +5,21 @@ on:
55
inputs:
66
channel:
77
description: "Channel to use (nightly, test, release, all)"
8-
required: false
9-
default: "nightly"
8+
required: true
9+
default: nightly
1010
type: string
1111
workflow_dispatch:
1212
inputs:
1313
channel:
1414
description: "Channel to use (nightly, test, release, all)"
15-
required: false
16-
default: "nightly"
15+
required: true
16+
default: nightly
1717
type: choice
1818
options:
1919
- release
2020
- nightly
2121
- test
2222
- all
23-
pull_request:
24-
paths:
25-
- .github/workflows/validate-nightly-binaries.yml
26-
- .github/workflows/validate-linux-binaries.yml
27-
- .github/workflows/validate-windows-binaries.yml
28-
- .github/workflows/validate-macos-binaries.yml
29-
- test/smoke_test/*
3023

3124
jobs:
3225
generate-windows-conda-matrix:

0 commit comments

Comments
 (0)