Skip to content

Commit dd71b79

Browse files
mx-psicodeboten
andauthored
[chore] Move weekly update to Fridays (#38635)
<!--Ex. Fixing a bug - Describe the bug and how this fixes the issue. Ex. Adding a feature - Explain what this achieves.--> #### Description Moves weekly update to Fridays to give a bit more time between the update and the releases Co-authored-by: Alex Boten <[email protected]>
1 parent d49c321 commit dd71b79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-otel.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: 'Update contrib to the latest core source'
22
on:
33
workflow_dispatch:
44
schedule:
5-
- cron: "27 8 * * 1" # Run at 08:27 UTC on Mondays.
5+
- cron: "27 8 * * 5" # Run at 08:27 UTC on Fridays.
66

77
jobs:
88
update-otel:

0 commit comments

Comments
 (0)