Skip to content

Commit df1a610

Browse files
Revert "Update runner type from ubuntu-x86-large to ubuntu-x64-large"
1 parent 1740852 commit df1a610

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/org-required-trufflehog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ jobs:
2323
# Monitoring mode - no blocking, just reporting
2424
fail-on-verified: "false" # Don't block on verified secrets (monitoring only)
2525
fail-on-unverified: "false" # Don't block on unverified secrets
26-
runs-on: ${{ !github.event.repository.private && 'ubuntu-latest' || 'ubuntu-arm64-small' }} # Use same runner pattern as zizmor
26+
runs-on: ${{ !github.event.repository.private && 'ubuntu-latest' || 'ubuntu-x86-large' }} # Large runner for internal repositories
2727
secrets: inherit

0 commit comments

Comments
 (0)