chore: remove timezone for self-hosted runner

This commit is contained in:
nathan 2024-10-17 15:41:43 +08:00
parent e3bf0442e8
commit 3a9011b3cb

View File

@ -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