File tree Expand file tree Collapse file tree 1 file changed +9
-7
lines changed
Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Original file line number Diff line number Diff line change 11name : Setup GitHub Copilot Agent Environment
22
3- # This workflow configures the environment for GitHub Copilot agents
4- # It reuses configuration from the main Build-Test-And-Deploy workflow
5- # to ensure consistency and reduce duplication
6-
73on :
84 workflow_dispatch :
5+ push :
6+ paths :
7+ - ' .github/workflows/copilot-setup-steps.yml'
8+ pull_request :
9+ paths :
10+ - ' .github/workflows/copilot-setup-steps.yml'
911
1012permissions :
1113 contents : read
1214
1315jobs :
1416 copilot-setup-steps :
1517 runs-on : ubuntu-latest
16- environment : " BuildAndUploadImage "
17-
18+ permissions :
19+ contents : read
1820 steps :
1921 - uses : actions/checkout@v5
2022
6163 echo "Installing additional tools for Copilot agent environment..."
6264
6365 # Install EF Core tools globally
64- dotnet tool install --global dotnet-ef
66+ dotnet tool install --global dotnet-ef
You can’t perform that action at this time.
0 commit comments