diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f36acbbf..5de82540 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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: diff --git a/tests/data/test_package_generation/LICENSE.md b/tests/data/test_package_generation/LICENSE.md index 7256f96b..5b015b78 100644 --- a/tests/data/test_package_generation/LICENSE.md +++ b/tests/data/test_package_generation/LICENSE.md @@ -1,6 +1,6 @@ # 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 diff --git a/tests/data/test_package_generation/mkdocs.yml b/tests/data/test_package_generation/mkdocs.yml index 54d8a519..d3abb6a7 100644 --- a/tests/data/test_package_generation/mkdocs.yml +++ b/tests/data/test_package_generation/mkdocs.yml @@ -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/