ci: restrict scheduled workflows to lunarvim (#3591)

This commit is contained in:
Zephaniah Ong 2022-12-11 23:18:29 +08:00 committed by GitHub
parent 245a71c9f7
commit c336ee5150
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,6 +19,7 @@ on:
jobs: jobs:
plugins-version-bump: plugins-version-bump:
if: github.repository_owner == 'LunarVim'
runs-on: ubuntu-latest runs-on: ubuntu-latest
continue-on-error: false continue-on-error: false
permissions: permissions: