Skip to content

Commit

Permalink
Merge pull request #80 from DostEducation/develop
Browse files Browse the repository at this point in the history
Release 18 Jan 2024
  • Loading branch information
Sachinbisht27 authored Jan 18, 2024
2 parents 88cfd4c + b4f8e2a commit 2352652
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
description: 'Deploying staging function'
memory_mb: 256
timeout: 30
runtime: python38
runtime: python311
project_id: ${{ secrets.GCP_PROJECT_ID }}
entry_point: callback
max_instances: 0 # Remove limitation
Expand All @@ -52,7 +52,7 @@ jobs:
description: 'Deploying production function'
memory_mb: 512
timeout: 120
runtime: python38
runtime: python311
project_id: ${{ secrets.GCP_PROJECT_ID }}
entry_point: callback
max_instances: 0 # Remove limitation
Expand Down

0 comments on commit 2352652

Please sign in to comment.