Update .gitea/workflows/release.yml
This commit is contained in:
parent
8e43d5d522
commit
711989857d
@ -1,14 +1,7 @@
|
|||||||
name: Scheduled Fake Commits
|
name: Scheduled Fake Commits
|
||||||
|
|
||||||
on:
|
on:
|
||||||
# Trigger the workflow on a schedule.
|
- push
|
||||||
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:
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
create_scheduled_commits:
|
create_scheduled_commits:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user