Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit ad5dcc5

Browse filesBrowse files
committed
tools: fix WPT update cron string
The comment says every week, but the actual string defines every day. Let's set it to one week, as it is quite noisy at the moment. PR-URL: #57665 Reviewed-By: LiviaMedeiros <livia@cirno.name> Reviewed-By: Filip Skokan <panva.ip@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
1 parent affeaac commit ad5dcc5
Copy full SHA for ad5dcc5

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Collapse file

‎.github/workflows/update-wpt.yml‎

Copy file name to clipboardExpand all lines: .github/workflows/update-wpt.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: WPT update
33
on:
44
schedule:
55
# Run once a week at 12:00 AM UTC on Sunday.
6-
- cron: 0 0 * * *
6+
- cron: 0 0 * * 0
77
workflow_dispatch:
88
inputs:
99
subsystems:

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.