We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6d303f commit 672aa76Copy full SHA for 672aa76
.github/workflows/progress-tracker.yml
@@ -4,9 +4,9 @@ env:
4
# Update these environment variables every year
5
# And check the tracker is enabled at:
6
# https://github.com/HTTPArchive/almanac.httparchive.org/actions/workflows/progress-tracker.yml
7
- FILTER_LABEL: '2024 chapter'
8
- TRACKER_ISSUE_NUMBER: 3634
9
- SQL_BASE_DIR: 'https://github.com/HTTPArchive/almanac.httparchive.org/tree/main/sql/2024/'
+ FILTER_LABEL: '2025 chapter'
+ TRACKER_ISSUE_NUMBER: 4110
+ SQL_BASE_DIR: 'https://github.com/HTTPArchive/almanac.httparchive.org/tree/main/sql/2025/'
10
11
on:
12
workflow_dispatch:
0 commit comments