File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 2929
3030jobs :
3131 test-ecosystem :
32- if : inputs.suite == 'all'
32+ if : inputs.suite == 'all' || github.event_name == 'schedule'
3333 timeout-minutes : 60
3434 runs-on : ubuntu-latest
3535 strategy :
4747 uses : ./.github/actions/ecosystem-run
4848 with :
4949 test-suite : ${{ matrix.suite }}
50- version : ${{ inputs.version || github.event.client_payload.version }}
50+ version : ${{ inputs.version || github.event.client_payload.version || 'latest' }}
5151
5252 test-ecosystem-selected :
5353 if : inputs.suite != 'all'
Original file line number Diff line number Diff line change 1+ [ ![ webcontainer-ecosystem-ci] ( https://github.com/stackblitz/webcontainer-ecosystem-ci/actions/workflows/ecosystem-ci.yml/badge.svg?event=schedule )] ( https://github.com/stackblitz/webcontainer-ecosystem-ci/actions/workflows/ecosystem-ci.yml?query=event%3Aschedule )
2+
13# webcontainer-ecosystem-ci
24
35This repository is used to run tests for WebContainer ecosystem projects
You can’t perform that action at this time.
0 commit comments