From 8b3b2f9d8187f22b705579f19a084b5fc969ae99 Mon Sep 17 00:00:00 2001 From: Shawn Napora <17864647+shawnnapora@users.noreply.github.com> Date: Tue, 6 Aug 2019 17:51:08 -0400 Subject: [PATCH] Clean up workflow yaml examples. --- README.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index d6a963ee..67c4ba3f 100644 --- a/README.md +++ b/README.md @@ -10,9 +10,8 @@ Basic: ``` name: "Close stale issues" on: - push: {} schedule: - - cron: 0 * * * * + - cron: "0 * * * *" jobs: stale: @@ -29,9 +28,8 @@ Configure stale timeouts: ``` name: "Close stale issues" on: - push: {} schedule: - - cron: 0 * * * * + - cron: "0 * * * *" jobs: stale: @@ -49,9 +47,8 @@ Configure labels: ``` name: "Close stale issues" on: - push: {} schedule: - - cron: 0 * * * * + - cron: "0 * * * *" jobs: stale: