Skip to content

Commit d0d8f04

Browse files
authored
[check-enforcer] Change runner from ubuntu-latest to ubuntu-slim (#49577)
1 parent 9c4b5df commit d0d8f04

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/check-enforcer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
pull-requests: read # to read pull requests; use "write" for response comments (azure/azure-sdk-actions)
2222
checks: read # to read check status (azure/azure-sdk-actions)
2323
name: "[TEST-IGNORE] Check Enforcer (${{ github.event_name }}:${{ github.event.action }})"
24-
runs-on: ubuntu-latest # This image is intentionally set to "latest", and not to a specific version
24+
runs-on: ubuntu-slim
2525
steps:
2626
- uses: azure/azure-sdk-actions@e1ab1a2cb5944bfea74b5cdbfc96e34da96548d2
2727
with:

0 commit comments

Comments
 (0)