Skip to content

Commit

Permalink
[GitHub] Add timezone info on cron Actions (#4626)
Browse files Browse the repository at this point in the history
  • Loading branch information
hugtalbot committed Apr 5, 2024
1 parent 83764ea commit da6c2bb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/post-agenda-sofa-dev-meeting.yml
Expand Up @@ -5,6 +5,9 @@ on:
- cron: '30 8 * * 1' # 9:30 am CET every Monday
- cron: '30 7 * * 3' # 8:00 am CET on Wednesdays

env:
TZ: "Europe/Paris"

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

0 comments on commit da6c2bb

Please sign in to comment.