Skip to content

Commit

Permalink
runtime cron target unstable
Browse files Browse the repository at this point in the history
  • Loading branch information
shichen85 committed May 3, 2024
1 parent 7a3c779 commit 4507707
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/runtime-test-cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
feed:
description: 'Feed type'
required: true
default: 'beta'
default: 'unstable'
type: choice
options:
- lts
Expand All @@ -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
Expand Down

0 comments on commit 4507707

Please sign in to comment.