Disable nightly tag generation schedule

Removed scheduled cron job for nightly tag generation.
This commit is contained in:
Maidul Islam
2025-10-09 18:30:32 -04:00
committed by GitHub
parent 496e6a9033
commit 7060d1afea

View File

@@ -1,8 +1,6 @@
name: Generate Nightly Tag
on:
schedule:
- cron: '0 0 * * *' # Run daily at midnight UTC
workflow_dispatch: # Allow manual triggering for testing
permissions: