Skip to content

Commit b7a6f35

Browse files
authored
Add fork check to copilot-maintenance workflow (#24082)
1 parent b56a7f0 commit b7a6f35

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/copilot-maintenance.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
delete-old-copilot-branches:
2525
name: Delete Old Copilot Branches
2626
runs-on: ubuntu-latest
27+
if: github.repository == 'github/gh-aw'
2728
steps:
2829
- name: Checkout repository
2930
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2

0 commit comments

Comments
 (0)