From fa536cb4d27d1a3bf49f78c4ae0c05a88183a849 Mon Sep 17 00:00:00 2001 From: Egorov Nikita Andreevich Date: Mon, 23 Feb 2026 12:24:26 +0700 Subject: [PATCH] Change timezone setting to Europe/Moscow --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 131960f..6b0ad7b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -12,7 +12,7 @@ jobs: generate-rule-sets: runs-on: ubuntu-latest steps: - - name: Set timezone to Asia/Singapore + - name: Set timezone to Europe/Moscow uses: szenius/set-timezone@v2.0 with: timezoneLinux: "Europe/Moscow"