Skip to content

no retries on 4xx, max_retries=1 #1894

no retries on 4xx, max_retries=1

no retries on 4xx, max_retries=1 #1894

Workflow file for this run

name: Lambda Build
on: ['pull_request', 'workflow_dispatch']
jobs:
lambda-build:
name: Lambda Build
runs-on: ubuntu-latest
steps:
- name: Git Checkout
uses: actions/checkout@v2
- name: Build Lambda
uses: ./.github/actions/generic-npm-build
with:
name: Lambda
working_directory: backend/packages/Scheduler