Skip to content

Commit ccb1336

Browse files
committed
ci: only run copilot update workflow on main repo (not forks)
1 parent 39e8b53 commit ccb1336

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/update-copilot-nodejs.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ jobs:
1010
update_copilot_lsp:
1111
runs-on: ubuntu-latest
1212
name: Update Copilot LSP
13+
if: github.repository == 'zbirenbaum/copilot.lua'
1314
steps:
1415
- name: Checkout repository
1516
uses: actions/checkout@v4

0 commit comments

Comments
 (0)