mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-19 09:33:53 +00:00
chore: remove scheduled triggers from SDK release workflow
This commit is contained in:
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:
|
||||
|
||||
Reference in New Issue
Block a user