From 45077077aaef1f2751375859ea468e51158839bc Mon Sep 17 00:00:00 2001 From: Shi Chen Date: Thu, 2 May 2024 22:50:40 -0500 Subject: [PATCH] runtime cron target unstable --- .github/workflows/runtime-test-cron.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/runtime-test-cron.yml b/.github/workflows/runtime-test-cron.yml index cda1f80..e89ec38 100644 --- a/.github/workflows/runtime-test-cron.yml +++ b/.github/workflows/runtime-test-cron.yml @@ -7,7 +7,7 @@ on: feed: description: 'Feed type' required: true - default: 'beta' + default: 'unstable' type: choice options: - lts @@ -18,7 +18,7 @@ on: # At minute 30 past hour 14 and 22 UTC on every day-of-week from Monday through Friday. - cron: '30 14,22 * * 1-5' env: - FEED: ${{ github.event.inputs.feed || 'beta' }} + FEED: ${{ github.event.inputs.feed || 'unstable' }} permissions: contents: write