Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ on:
- main
- "renovate/**"
pull_request:
schedule:
# Run at 11 am on the 2nd January each year to make sure
# dates in package regression test data get updated
# See https://github.com/UCL-ARC/python-tooling/pull/597
- cron: "0 11 2 1 *"

jobs:
test-template:
Expand Down
2 changes: 1 addition & 1 deletion tests/data/test_package_generation/LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!-- markdownlint-disable MD041 --># MIT License

Copyright (c) 2025 Eva Lu Ator
Copyright (c) 2026 Eva Lu Ator

Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
Expand Down
2 changes: 1 addition & 1 deletion tests/data/test_package_generation/mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
site_name: "Cookiecutter Test"
site_description: "Documentation website for Cookiecutter Test"
site_author: "Eva Lu Ator"
copyright: "Copyright © 2025 Eva Lu Ator"
copyright: "Copyright © 2026 Eva Lu Ator"
repo_url: "https://github.com/test-user/cookiecutter-test/"
repo_name: "test-user/cookiecutter-test"
edit_uri: edit/main/docs/
Expand Down