Skip to content

Commit 79b2be2

Browse files
committed
* Update only current year bu default
1 parent 3b81287 commit 79b2be2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/readme-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
max-parallel: 1 # to prevent too many requests to AoC API
1111
matrix:
12-
year: [2025, 2024, 2023, 2022, 2021, 2020, 2019, 2018, 2017, 2016, 2015]
12+
year: [2025] #, 2024, 2023, 2022, 2021, 2020, 2019, 2018, 2017, 2016, 2015]
1313

1414
runs-on: ubuntu-latest
1515

0 commit comments

Comments
 (0)