Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 9 additions & 7 deletions .github/workflows/copilot-setup-steps.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,22 @@
name: Setup GitHub Copilot Agent Environment

# This workflow configures the environment for GitHub Copilot agents
# It reuses configuration from the main Build-Test-And-Deploy workflow
# to ensure consistency and reduce duplication

on:
workflow_dispatch:
push:
paths:
- '.github/workflows/copilot-setup-steps.yml'
pull_request:
paths:
- '.github/workflows/copilot-setup-steps.yml'

permissions:
contents: read

jobs:
copilot-setup-steps:
runs-on: ubuntu-latest
environment: "BuildAndUploadImage"

permissions:
contents: read
steps:
- uses: actions/checkout@v5

Expand Down Expand Up @@ -61,4 +63,4 @@ jobs:
echo "Installing additional tools for Copilot agent environment..."

# Install EF Core tools globally
dotnet tool install --global dotnet-ef
dotnet tool install --global dotnet-ef