Removed the default githubEvent: {} (#1361)

Ref #1358
See also #1379
This commit is contained in:
Soham Banerjee 2022-04-24 10:09:59 +05:30 committed by GitHub
parent 1551f3b5fc
commit e8ef84ab76
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -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"
```