Skip to content

Commit

Permalink
Build docker image for submissions lambda
Browse files Browse the repository at this point in the history
  • Loading branch information
BenGalewsky committed Oct 31, 2023
1 parent 4bfab89 commit ab61166
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy-lambda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: CI
on:
push:
branches:
- "serverless"
- "submissions"
workflow_dispatch:

permissions:
Expand All @@ -20,7 +20,7 @@ jobs:
steps:
- uses: actions/checkout@v2
with:
ref: serverless
ref: submissions


# Check out the schema repo to package up the JSON schema with lambda function
Expand Down Expand Up @@ -61,15 +61,15 @@ jobs:
fail-fast: false
matrix:
# Loop over each lambda function
lambda: ["auth", "submit", "status"]
lambda: ["auth", "submit", "status", "submissions"]

needs: test
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
with:
ref: serverless
ref: submissions

# Check out the schema repo to package up the JSON schemae with function
- name: Checkout schema repo
Expand Down

0 comments on commit ab61166

Please sign in to comment.