From 3a9011b3cb0dba5f8811497279853c96e7d3f0fb Mon Sep 17 00:00:00 2001 From: nathan Date: Thu, 17 Oct 2024 15:41:43 +0800 Subject: [PATCH] chore: remove timezone for self-hosted runner --- .github/workflows/rust_ci.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/rust_ci.yaml b/.github/workflows/rust_ci.yaml index 2f4f47a0d8..a87aa4d970 100644 --- a/.github/workflows/rust_ci.yaml +++ b/.github/workflows/rust_ci.yaml @@ -28,11 +28,6 @@ jobs: if: github.event.pull_request.head.repo.full_name == github.repository runs-on: self-hosted steps: - - name: Set timezone for action - uses: szenius/set-timezone@v2.0 - with: - timezoneLinux: "US/Pacific" - - name: Checkout source code uses: actions/checkout@v4