Skip to content

Commit 0dcaba0

Browse files
authored
Disable triggering Copilot on PRs (#316)
1 parent 426be90 commit 0dcaba0

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

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

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,6 @@ 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
115

126
jobs:
137
copilot-setup-steps:
@@ -39,7 +33,3 @@ jobs:
3933
rocminfo | head -50 || true
4034
echo "=== rocm-smi ==="
4135
rocm-smi || true
42-
43-
- name: Install project in editable mode
44-
run: |
45-
pip install -e .

0 commit comments

Comments
 (0)