Skip to content

Commit

Permalink
Revert "we're back on GMT"
Browse files Browse the repository at this point in the history
This reverts commit 63f8202.
  • Loading branch information
sbfnk committed Apr 18, 2024
1 parent 63f8202 commit 335f5a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/announce_meeting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: "Lab meeting announcement"
on:
workflow_dispatch:
schedule:
- cron: "0 9 * * 1"
- cron: "0 8 * * 1"

jobs:
announce-meeting:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/remind_meeting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: "Lab meeting reminder"
on:
workflow_dispatch:
schedule:
- cron: "40 9 * * 4"
- cron: "40 8 * * 4"

jobs:
remind-meeting:
Expand Down

0 comments on commit 335f5a8

Please sign in to comment.