Skip to content

Commit bcb497f

Browse files
authored
add require_github_hosted to GitHub entry
1 parent 6a1e5c2 commit bcb497f

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

docs/_data/tables/trusted-build-systems.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,10 @@ github-extended-policies-runners:
6262
body:
6363
- policy: |
6464
`allowed_groups`
65-
description: Provide a list of GitHub runner group names. Ensures that all jobs of the workflow are executed on runners from one of the listed groups. Note that the `GitHub Actions` group is predefined and represents GitHub-hosted runners.
65+
description: Provide a list of GitHub runner group names. Ensures that all jobs of the workflow are executed on runners from one of the listed groups.
66+
- policy: |
67+
`require_github_hosted`
68+
description: Set to `true` to ensure that all jobs of the workflow are executed on Github-hosted runners.
6669
6770
github-extended-policies-build:
6871
headers:

0 commit comments

Comments
 (0)