diff options
author | Zephaniah Ong <[email protected]> | 2022-12-11 23:18:29 +0800 |
---|---|---|
committer | GitHub <[email protected]> | 2022-12-11 16:18:29 +0100 |
commit | c336ee51502f6101173a704a9952bb96e6039106 (patch) | |
tree | 90f06e35d6c54b25f4035070b7579403446f26c0 | |
parent | 245a71c9f7558423360c65c7d6ac7c6bbcd5cc2f (diff) |
ci: restrict scheduled workflows to lunarvim (#3591)
-rw-r--r-- | .github/workflows/plugins.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/plugins.yml b/.github/workflows/plugins.yml index d6d914b8..350bc96e 100644 --- a/.github/workflows/plugins.yml +++ b/.github/workflows/plugins.yml @@ -19,6 +19,7 @@ on: jobs: plugins-version-bump: + if: github.repository_owner == 'LunarVim' runs-on: ubuntu-latest continue-on-error: false permissions: |