1
0

Remove schedule for testing

This commit is contained in:
Ö. Efe D.
2025-03-09 19:43:10 +01:00
parent 0d38e05bf0
commit dfb7961648

View File

@@ -1,9 +1,9 @@
name: Update Mod Versions
on:
schedule:
- cron: '0 * * * *' # Run every hour
workflow_dispatch: # Allow manual triggers
# schedule:
# - cron: '0 * * * *' # Run every hour
workflow_dispatch: # Allow manual triggers # Remove the scheduled cron job during testing
jobs:
update-versions: