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.
This commit is contained in:
Christian Clason
2023-01-14 12:31:39 +01:00
parent f669924df2
commit d18851653e

View File

@@ -3,9 +3,6 @@ name: Update lockfile
on:
schedule:
- cron: '30 6 * * *'
push:
branches:
- master
workflow_dispatch:
jobs: