workflows/update: only run upstream

This commit is contained in:
Austin Horstman 2024-08-16 16:25:46 -05:00
parent 00f32f0430
commit 78fc4be6a8
No known key found for this signature in database

View file

@ -34,6 +34,7 @@ jobs:
name: Update the flake inputs and generate options
runs-on: ubuntu-latest
timeout-minutes: 40
if: github.event_name != 'schedule' || github.repository == 'nix-community/nixvim'
steps:
- name: Checkout repository