diff --git a/.github/workflows/npm-update.yml b/.github/workflows/npm-update.yml index 5bba137f..b31bfe4f 100644 --- a/.github/workflows/npm-update.yml +++ b/.github/workflows/npm-update.yml @@ -1,8 +1,7 @@ name: npm-update on: - # weekly automatic update on early Tuesday morning (before release day) schedule: - - cron: '50 2 * * 2' + - cron: '0 2 * * *' # can be run manually on https://github.com/cockpit-project/cockpit-ostree/actions workflow_dispatch: jobs: @@ -23,4 +22,4 @@ jobs: - name: Run npm-update bot run: | make bots - bots/npm-update --verbose + bots/npm-update