From 552a7fa3442e4f55657e826b6ed310b23bbf6f4e Mon Sep 17 00:00:00 2001 From: Egorov Nikita Andreevich Date: Thu, 26 Mar 2026 00:56:51 +0700 Subject: [PATCH] Remove timezone setting step from build workflow Removed step to set timezone to Europe/Moscow in build workflow. --- .github/workflows/build.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6b0ad7b..a6b1436 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -12,10 +12,6 @@ jobs: generate-rule-sets: runs-on: ubuntu-latest steps: - - name: Set timezone to Europe/Moscow - uses: szenius/set-timezone@v2.0 - with: - timezoneLinux: "Europe/Moscow" - name: Checkout sources uses: actions/checkout@v6 - name: Update subnets