From 913ae4802a8c671c2cbc79377b174921ebd7053e Mon Sep 17 00:00:00 2001 From: Lorenz Walthert Date: Mon, 16 Oct 2023 12:17:25 +0200 Subject: [PATCH] allow running workflow manually --- .github/workflows/hook-dependencies-update.yml | 1 + .pre-commit-config.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/hook-dependencies-update.yml b/.github/workflows/hook-dependencies-update.yml index 8b3803594..27b85f720 100644 --- a/.github/workflows/hook-dependencies-update.yml +++ b/.github/workflows/hook-dependencies-update.yml @@ -1,6 +1,7 @@ on: schedule: - cron: '50 8 1,15 * *' + workflow_dispatch name: Hook dependency updates diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1623740db..701432c75 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -122,6 +122,7 @@ repos: - rlang - git2r - desc + - lorenzwalthert/precommit stages: [commit, push] - id: hooks-config-to-inst name: hooks-config-to-inst