We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c4b5df commit d0d8f04Copy full SHA for d0d8f04
1 file changed
.github/workflows/check-enforcer.yml
@@ -21,7 +21,7 @@ jobs:
21
pull-requests: read # to read pull requests; use "write" for response comments (azure/azure-sdk-actions)
22
checks: read # to read check status (azure/azure-sdk-actions)
23
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
+ runs-on: ubuntu-slim
25
steps:
26
- uses: azure/azure-sdk-actions@e1ab1a2cb5944bfea74b5cdbfc96e34da96548d2
27
with:
0 commit comments