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