We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b81287 commit 79b2be2Copy full SHA for 79b2be2
1 file changed
.github/workflows/readme-update.yml
@@ -9,7 +9,7 @@ jobs:
9
strategy:
10
max-parallel: 1 # to prevent too many requests to AoC API
11
matrix:
12
- year: [2025, 2024, 2023, 2022, 2021, 2020, 2019, 2018, 2017, 2016, 2015]
+ year: [2025] #, 2024, 2023, 2022, 2021, 2020, 2019, 2018, 2017, 2016, 2015]
13
14
runs-on: ubuntu-latest
15
0 commit comments