Skip to content

Commit

Permalink
Set TZ in .github/workflows/run_tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Johannes11833 committed Nov 29, 2024
1 parent 39bce60 commit 2a77f76
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on: [push]
env:
rclone_config: ${{ secrets.RCLONE_CONFIG }}
python_version: "3.10"
TZ: "Europe/Berlin"

jobs:
build:
Expand Down

0 comments on commit 2a77f76

Please sign in to comment.