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