From fcd18100cc283fe42562d5a85b4e27aa28e3ad64 Mon Sep 17 00:00:00 2001 From: IvanZosimov Date: Wed, 8 Mar 2023 11:13:04 +0100 Subject: [PATCH] Add update-config-files.yml --- .github/workflows/update-config-files.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/workflows/update-config-files.yml diff --git a/.github/workflows/update-config-files.yml b/.github/workflows/update-config-files.yml new file mode 100644 index 00000000..87af5004 --- /dev/null +++ b/.github/workflows/update-config-files.yml @@ -0,0 +1,11 @@ +name: Update configuration files + +on: + schedule: + - cron: '0 3 * * 0' + workflow_dispatch: + +jobs: + call-update-configuration-files: + name: Update configuration files + uses: actions/reusable-workflows/.github/workflows/update-config-files.yml@main