Update .gitea/workflows/release.yml

This commit is contained in:
Tanishq Dubey 2025-06-11 12:52:38 -04:00
parent 8e43d5d522
commit 711989857d

View File

@ -1,14 +1,7 @@
name: Scheduled Fake Commits
on:
# Trigger the workflow on a schedule.
schedule:
# This expression means "run every 3 minutes". Useful for testing.
# To revert to the original 8-hour schedule, change this to '0 */8 * * *'.
- cron: "0 */12 * * *" # Original schedule: every 8 hours
# To trigger manually for testing, you can add workflow_dispatch:
# workflow_dispatch:
- push
jobs:
create_scheduled_commits: