Skip to content

Commit

Permalink
set time zone on github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Arthur1 committed Jan 8, 2024
1 parent e739c50 commit a4f8fc7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/wf-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ permissions:
concurrency:
group: ${{ inputs.environment }}

env:
TZ: Asia/Tokyo

jobs:
publish:
runs-on: ubuntu-latest
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/wf-test-node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ name: test-node
on:
workflow_call:

env:
TZ: Asia/Tokyo

jobs:
lint:
runs-on: ubuntu-latest
Expand Down

0 comments on commit a4f8fc7

Please sign in to comment.