Skip to content

fix: lambda#45

Merged
Perry2004 merged 1 commit intomainfrom
fix/lambda-ci
Oct 13, 2025
Merged

fix: lambda#45
Perry2004 merged 1 commit intomainfrom
fix/lambda-ci

Conversation

@Perry2004
Copy link
Owner

No description provided.

Copilot AI review requested due to automatic review settings October 13, 2025 05:41
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR adds manual workflow triggering capabilities and updates UV installation method in GitHub Actions workflows. The changes enable workflows to be manually dispatched and modernize the UV package manager setup.

  • Added workflow_dispatch trigger to enable manual execution of workflows
  • Updated UV installation from pip to use the official astral-sh/setup-uv action
  • Configured UV setup with proper working directory for the scripts folder

Reviewed Changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.

File Description
.github/workflows/push-artifacts.yaml Added workflow_dispatch trigger for manual execution
.github/workflows/build-lambda.yaml Added workflow_dispatch trigger and updated UV installation method
.github/workflows/build-check.yaml Added workflow_dispatch trigger for manual execution

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

Comment on lines +30 to +31
with:
working-directory: scripts
Copy link

Copilot AI Oct 13, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The working-directory parameter is not a valid input for the astral-sh/setup-uv action. This action doesn't support a working-directory parameter. If you need to run UV commands in a specific directory, use the run step with working-directory or change to the directory within the run command.

Suggested change
with:
working-directory: scripts

Copilot uses AI. Check for mistakes.
@Perry2004 Perry2004 merged commit 5bb15ee into main Oct 13, 2025
3 checks passed
@Perry2004 Perry2004 deleted the fix/lambda-ci branch October 13, 2025 05:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants