feat: rename

This commit is contained in:
David Soria Parra
2025-01-13 11:35:46 +00:00
parent 0989068ef1
commit 9db47b20e7
2 changed files with 3 additions and 6 deletions

View File

@@ -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:

View File

@@ -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: