Skip to content

Commit

Permalink
Enable custom inputs on fuzzer job (#7946)
Browse files Browse the repository at this point in the history
Summary:
A minor fix following #7842 to enable the inputs in the actions web ui.

Pull Request resolved: #7946

Reviewed By: kagamiori

Differential Revision: D52001596

Pulled By: kgpai

fbshipit-source-id: 7d9c026a2852d495f129e3c9c7345d03bf51ac8b
  • Loading branch information
assignUser authored and facebook-github-bot committed Dec 12, 2023
1 parent bcb03cd commit 5342711
Showing 1 changed file with 16 additions and 15 deletions.
31 changes: 16 additions & 15 deletions .github/workflows/scheduled.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,21 +23,22 @@ on:
- cron: '0 3 * * *'

workflow_dispatch:
ref:
description: 'Ref to checkout out'
default: 'main'
numThreads:
description: 'Number of threads'
default: 16
maxHighMemJobs:
description: 'Number of high memory jobs'
default: 8
maxLinkJobs:
description: 'Maximum number of link jobs'
default: 4
extraCMakeFlags:
description: 'Additional CMake flags'
default: ''
inputs:
ref:
description: 'Ref to checkout out'
default: 'main'
numThreads:
description: 'Number of threads'
default: 16
maxHighMemJobs:
description: 'Number of high memory jobs'
default: 8
maxLinkJobs:
description: 'Maximum number of link jobs'
default: 4
extraCMakeFlags:
description: 'Additional CMake flags'
default: ''

defaults:
run:
Expand Down

0 comments on commit 5342711

Please sign in to comment.