From e8ef84ab76bcdc07eb2ed02e1f4759946692e90c Mon Sep 17 00:00:00 2001 From: Soham Banerjee <63705023+soham4abc@users.noreply.github.com> Date: Sun, 24 Apr 2022 10:09:59 +0530 Subject: [PATCH] Removed the default githubEvent: {} (#1361) Ref #1358 See also #1379 --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 35f7c371..0a7ecc51 100644 --- a/README.md +++ b/README.md @@ -737,7 +737,8 @@ spec: # Uncomment the below in case the target is not RunnerDeployment but RunnerSet #kind: RunnerSet scaleUpTriggers: - - githubEvent: {} + - githubEvent: + workflowJob: {} duration: "30m" ```