mirror of
https://github.com/modelcontextprotocol/servers.git
synced 2026-02-19 11:54:58 -05:00
feat: rename
This commit is contained in:
@@ -1,9 +1,6 @@
|
||||
name: Daily Release Check
|
||||
|
||||
on:
|
||||
schedule:
|
||||
# Run every day at 9:00 UTC
|
||||
- cron: '0 9 * * *'
|
||||
# Allow manual trigger for testing
|
||||
workflow_dispatch:
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
name: Weekly Release
|
||||
name: Daily Release
|
||||
|
||||
on:
|
||||
schedule:
|
||||
# Run every Monday at 9:00 UTC
|
||||
- cron: '0 9 * * 1'
|
||||
# Run every day at 9:00 UTC
|
||||
- cron: '0 9 * * *'
|
||||
# Allow manual trigger for testing
|
||||
workflow_dispatch:
|
||||
|
||||
Reference in New Issue
Block a user