Skip to content

Commit 795f3f0

Browse files
committed
fix: updated copilot setup steps to match template
1 parent c75df99 commit 795f3f0

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

.github/workflows/copilot-setup-steps.yml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,15 @@ name: Copilot Setup Steps
22

33
on:
44
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
511

612
jobs:
7-
setup:
13+
copilot-setup-steps:
814
runs-on: ubuntu-latest
915

1016
permissions:
@@ -13,8 +19,7 @@ jobs:
1319
steps:
1420
- name: Checkout repository
1521
uses: actions/checkout@v4
16-
with:
17-
fetch-depth: 0 # Needed for setuptools-scm
22+
# fetch-depth will be overridden
1823

1924
- name: Set up Python
2025
uses: actions/setup-python@v5

0 commit comments

Comments
 (0)