From d18851653e6edaeb6c0b381abf8def1305337942 Mon Sep 17 00:00:00 2001 From: Christian Clason Date: Sat, 14 Jan 2023 12:31:39 +0100 Subject: ci: stop running update-lockfile after every commit This is wasteful and noisy for unrelated commits, while the intended use (making sure that new parsers have a lockfile entry) can be covered by either making sure this is part of the initial PR (ideally) or running the action manually. --- .github/workflows/update-lockfile.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/update-lockfile.yml b/.github/workflows/update-lockfile.yml index eaceb9647..8eaddb3b9 100644 --- a/.github/workflows/update-lockfile.yml +++ b/.github/workflows/update-lockfile.yml @@ -3,9 +3,6 @@ name: Update lockfile on: schedule: - cron: '30 6 * * *' - push: - branches: - - master workflow_dispatch: jobs: -- cgit v1.2.3-70-g09d2