Adds CPU and memory values to Action

This commit is contained in:
Jonathon Broughton
2023-11-10 15:40:20 +00:00
committed by GitHub
parent 27aa915bb9
commit e0e40ce159
+2
View File
@@ -36,3 +36,5 @@ jobs:
speckle_function_id: ${{ secrets.SPECKLE_FUNCTION_ID }}
speckle_function_input_schema_file_path: ${{ env.FUNCTION_SCHEMA_FILE_NAME }}
speckle_function_command: 'python -u main.py run'
speckle_function_recommended_cpu_m: 2000
speckle_function_recommended_memory_mi: 100