Skip to content

Commit

Permalink
docs: add note for schedule event
Browse files Browse the repository at this point in the history
  • Loading branch information
theowenyoung committed Jan 31, 2021
1 parent 9468d9f commit 44ba553
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Build an Actionsflow workflow is a three-step process:
schedule:
- cron: "*/15 * * * *"
```
> 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.
> 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)

1. **Define your [workflow file](https://actionsflow.github.io/docs/workflow/) at `workflows` directory**

Expand Down

0 comments on commit 44ba553

Please sign in to comment.