You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Doc update: ephemeral runners need workflow_job (#1765)
While running ephemeral runners, check_run does not work and it is not mentioned anywhere in documentation.
2022-02-17 08:43:10.319 WARN [scale-runners:5c3d74d9-1321-5f45-81rd-2e51281e7b3f index.js:113840 Runtime.handler] Ignoring error: The event type check_run is not supported in combination with ephemeral runners.Please ensure you have enabled workflow_job events.
{}
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,7 +53,7 @@ The moment a GitHub action workflow requiring a `self-hosted` runner is triggere
53
53
54
54
For receiving the `check_run` or `workflow_job` event by the webhook (lambda), a webhook needs to be created in GitHub. The `workflow_job` is the preferred option, and the `check_run` option will be maintained for backward compatibility. The advantage of the `workflow_job` event is that the runner checks if the received event can run on the configured runners by matching the labels, which avoid instances being scaled up and never used. The following options are available:
55
55
56
-
-`workflow_job`: **(preferred option)** create a webhook on enterprise, org or app level.
56
+
-`workflow_job`: **(preferred option)** create a webhook on enterprise, org or app level. Select this option for ephemeral runners.
57
57
-`check_run`: create a webhook on enterprise, org, repo or app level. When using the app option, the app needs to be installed to repo's are using the self-hosted runners.
58
58
- a Webhook needs to be created. The webhook hook can be defined on enterprise, org, repo, or app level.
0 commit comments