Skip to content

Commit 5e7ff4a

Browse files
authored
ci: fix scheduled runs (#8)
1 parent 6bb0ecb commit 5e7ff4a

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/ecosystem-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ on:
2929

3030
jobs:
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:
@@ -47,7 +47,7 @@ jobs:
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'

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
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

35
This repository is used to run tests for WebContainer ecosystem projects

0 commit comments

Comments
 (0)