From 9e478fb66e22ff3799e2a43ff91db86a693e621c Mon Sep 17 00:00:00 2001 From: Mike Alfare Date: Fri, 6 Sep 2024 17:49:53 -0400 Subject: [PATCH] remove - register the workflow using pull_request --- .github/workflows/precommit-autoupdate.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/precommit-autoupdate.yml b/.github/workflows/precommit-autoupdate.yml index eeb811bbc..19c8ea978 100644 --- a/.github/workflows/precommit-autoupdate.yml +++ b/.github/workflows/precommit-autoupdate.yml @@ -1,7 +1,6 @@ name: "Run pre-commit autoupdate" on: - pull_request: schedule: - cron: "30 1 * * *" workflow_dispatch: