Skip to content

Commit

Permalink
ci: Optimized the lambda layers and k8s init containers post release …
Browse files Browse the repository at this point in the history
…workflow
  • Loading branch information
bizob2828 committed Jan 29, 2025
1 parent 0d9f3da commit 78abea4
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/release-lambda-init-containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,13 @@ on:
jobs:
release-tags:
runs-on: ubuntu-latest
if:
(github.event.workflow_run && github.event.workflow_run.conclusion == 'success') ||
(github.event_name == 'workflow_dispatch')
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 2
- uses: actions/setup-node@v4
with:
node-version: 'lts/*'
- run: npm install
- run: |
git config user.name ${GITHUB_ACTOR}
git config user.email gh-actions-${GITHUB_ACTOR}@github.com
Expand Down

0 comments on commit 78abea4

Please sign in to comment.