We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fed8cc commit e1ff117Copy full SHA for e1ff117
1 file changed
.github/workflows/docker-publish.yml
@@ -15,17 +15,7 @@ on:
15
paths-ignore:
16
- 'docs/**'
17
- '**.md'
18
- workflow_dispatch:
19
- inputs:
20
- variant:
21
- description: 'Which variant to build'
22
- required: true
23
- default: 'both'
24
- type: choice
25
- options:
26
- - both
27
- - cpu
28
- - cuda
+ workflow_dispatch:
29
30
concurrency:
31
group: ${{ github.workflow }}-${{ github.ref }}
@@ -53,11 +43,6 @@ jobs:
53
43
dockerfile: Dockerfile.cuda
54
44
tag_suffix: "-cuda"
55
45
56
- if: |
57
- github.event.inputs.variant == null ||
58
- github.event.inputs.variant == 'both' ||
59
- github.event.inputs.variant == matrix.variant
60
-
61
46
steps:
62
47
- name: Checkout repository
63
48
uses: actions/checkout@v4
0 commit comments