mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-28 19:52:02 +00:00
chore: remove scheduled triggers from SDK release workflow
This commit is contained in:
parent
839a1d9d8c
commit
51b9281774
1 changed files with 0 additions and 5 deletions
5
.github/workflows/release-sdk.yml
vendored
5
.github/workflows/release-sdk.yml
vendored
|
|
@ -1,11 +1,6 @@
|
|||
name: 'Release SDK'
|
||||
|
||||
on:
|
||||
schedule:
|
||||
# Runs every day at 1:00 AM UTC for the nightly release (offset from CLI at 0:00).
|
||||
- cron: '0 1 * * *'
|
||||
# Runs every Wednesday at 00:59 UTC for the preview release (offset from CLI on Tuesday).
|
||||
- cron: '59 0 * * 3'
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
version:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue