From 976d27f2ad680501d4fb113f7fd204a4b624ba37 Mon Sep 17 00:00:00 2001 From: MY Date: Sun, 29 Jun 2025 17:46:11 +0300 Subject: [PATCH] Delete .github/workflows/update-config-files.yml --- .github/workflows/update-config-files.yml | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 .github/workflows/update-config-files.yml diff --git a/.github/workflows/update-config-files.yml b/.github/workflows/update-config-files.yml deleted file mode 100644 index 87af5004..00000000 --- a/.github/workflows/update-config-files.yml +++ /dev/null @@ -1,11 +0,0 @@ -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