Skip to content

Commit 44ba553

Browse files
committed
docs: add note for schedule event
1 parent 9468d9f commit 44ba553

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Build an Actionsflow workflow is a three-step process:
2828
schedule:
2929
- cron: "*/15 * * * *"
3030
```
31-
> Note: To prevent abuse, by default, the schedule is commented, please modify the schedule time according to your own needs, the default is once every 15 minutes.
31+
> Note: To prevent abuse, by default, the schedule is commented, please modify the schedule time according to your own needs, the default is once every 15 minutes. Learn more about schedule event, please see [here](https://docs.github.com/en/actions/reference/events-that-trigger-workflows#schedule)
3232
3333
1. **Define your [workflow file](https://actionsflow.github.io/docs/workflow/) at `workflows` directory**
3434

0 commit comments

Comments
 (0)