Skip to content

Commit

Permalink
fix: lambda zip shuold be created from code ci
Browse files Browse the repository at this point in the history
  • Loading branch information
notdodo committed Oct 13, 2024
1 parent 664359d commit d4c2219
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/rust-ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Rust CI
on:
pull_request:
paths:
- app/fetcher/**
- .github/workflows/lambda-deploy.yml

concurrency:
group: ghas-erfiume-lambda-deploy-${{ github.ref }}

jobs:
rust-ci:
permissions:
actions: read
security-events: write
contents: read
uses: notdodo/github-actions/.github/workflows/[email protected]
with:
working-directory: ./app/fetcher

0 comments on commit d4c2219

Please sign in to comment.