We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71363ba commit a9d7eabCopy full SHA for a9d7eab
.github/workflows/ecosystem-ci.yml
@@ -50,7 +50,7 @@ jobs:
50
version: ${{ inputs.version || github.event.client_payload.version || 'latest' }}
51
52
test-ecosystem-selected:
53
- if: inputs.suite != 'all'
+ if: inputs.suite != 'all' && github.event_name == 'workflow_dispatch'
54
timeout-minutes: 60
55
runs-on: ubuntu-latest
56
steps:
0 commit comments