From 42a0cc8e1491c14a0e9486c3a895d2124f51af1a Mon Sep 17 00:00:00 2001 From: IvanZosimov Date: Wed, 8 Mar 2023 10:16:51 +0100 Subject: [PATCH 1/2] 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 000000000..46a0f73ab --- /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 \ No newline at end of file From 12741cc20952a981105f1dc8366d69f1d24ed472 Mon Sep 17 00:00:00 2001 From: IvanZosimov Date: Wed, 8 Mar 2023 10:27:16 +0100 Subject: [PATCH 2/2] Format update-config-files.yml --- .github/workflows/update-config-files.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-config-files.yml b/.github/workflows/update-config-files.yml index 46a0f73ab..87af50042 100644 --- a/.github/workflows/update-config-files.yml +++ b/.github/workflows/update-config-files.yml @@ -8,4 +8,4 @@ on: jobs: call-update-configuration-files: name: Update configuration files - uses: actions/reusable-workflows/.github/workflows/update-config-files.yml@main \ No newline at end of file + uses: actions/reusable-workflows/.github/workflows/update-config-files.yml@main