From 9e3dab53601c3ec7f0a32be478c5ca8bd4baed28 Mon Sep 17 00:00:00 2001 From: Mateusz Front Date: Mon, 25 Sep 2023 13:38:37 +0200 Subject: [PATCH] wip --- .github/workflows/update-packages-list2.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/update-packages-list2.yml b/.github/workflows/update-packages-list2.yml index 559ae6a03..ab16c7eac 100644 --- a/.github/workflows/update-packages-list2.yml +++ b/.github/workflows/update-packages-list2.yml @@ -1,12 +1,11 @@ name: Update packages list on: schedule: - - cron: '0 0 1 1-12/3 *' # Run every three months + - cron: '0 0 1 1-12/1 *' # Run every month push: branches: - - main - paths: - - .github/workflows/license.yml + - update-action + workflow_dispatch: {} jobs: test: