Skip to content

Commit

Permalink
Update example to include a cron scheduler
Browse files Browse the repository at this point in the history
  • Loading branch information
F-WRunTime committed Jan 24, 2024
1 parent 93092fd commit 5c1bef0
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,10 @@ From the repository the workflow is running from it will require a JSON file cal
In .github/workflows/automerge.yml
```yaml
name: Test Workflow

on: [push, pull_request, workflow_dispatch]

on:
workflow_dispatch:
schedule:
- cron: '*/20 * * * *'
jobs:
list:
name: 'List Repos'
Expand Down

0 comments on commit 5c1bef0

Please sign in to comment.