Skip to content

Commit 6445ea5

Browse files
authored
fix: Removing unnecessary input on flake dispatch [skip ci] (#4337)
1 parent ec1f39d commit 6445ea5

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

.github/workflows/flake.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@ on:
33
release:
44
types: [prereleased]
55
workflow_dispatch:
6-
inputs:
7-
tag_name:
8-
description: 'The tag name of the release'
9-
required: true
106

117
jobs:
128
test:
@@ -18,11 +14,11 @@ jobs:
1814
flake:
1915
- name: Ubuntu Base tests
2016
os: ubuntu
21-
count: 10
17+
count: 3
2218
timeout: 45m
2319
- name: macOS Base tests
2420
os: macos
25-
count: 10
21+
count: 3
2622
timeout: 45m
2723

2824
env:

0 commit comments

Comments
 (0)