diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index c4ca19da..d3eb65e5 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -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