Skip to content

Commit a9d7eab

Browse files
committed
ci: fix scheduled run
1 parent 71363ba commit a9d7eab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ecosystem-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
version: ${{ inputs.version || github.event.client_payload.version || 'latest' }}
5151

5252
test-ecosystem-selected:
53-
if: inputs.suite != 'all'
53+
if: inputs.suite != 'all' && github.event_name == 'workflow_dispatch'
5454
timeout-minutes: 60
5555
runs-on: ubuntu-latest
5656
steps:

0 commit comments

Comments
 (0)