Skip to content

Commit

Permalink
Manual lambda deploys only
Browse files Browse the repository at this point in the history
  • Loading branch information
zwolf committed Oct 4, 2023
1 parent d56d909 commit c44f065
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/deploy_lambda_staging.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: Deploy Lambda Function

on:
push:
tags:
- lambda-release
workflow_dispatch:

jobs:
Expand All @@ -12,7 +9,7 @@ jobs:
defaults:
run:
working-directory: ./kinesis-to-http
name: Deploy lambda function
name: Deploy staging lambda
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit c44f065

Please sign in to comment.