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 401e9a9 commit a0865f7Copy full SHA for a0865f7
1 file changed
.github/workflows/fuzz.yaml
@@ -92,7 +92,7 @@ jobs:
92
fuzz:
93
if: ${{ github.repository == 'chainguard-dev/malcontent' && needs.discover.outputs.targets != '[]' }}
94
needs: discover
95
- runs-on: ubuntu-latest
+ runs-on: ${{ matrix.target.test == 'FuzzExtractArchive' && 'ubuntu-latest-8-core' || 'ubuntu-latest' }}
96
permissions:
97
contents: read
98
strategy:
0 commit comments