From 47f72e2f306563c7dc4134e55f1565de48fb6872 Mon Sep 17 00:00:00 2001 From: Philip Hackstock <20710924+phackstock@users.noreply.github.com> Date: Tue, 19 Dec 2023 13:48:51 +0100 Subject: [PATCH] Add infrastructure for daily validation --- .github/workflows/{validation.yml => validation.yaml} | 2 ++ .gitignore | 2 ++ nomenclature.yaml | 6 ++++++ 3 files changed, 10 insertions(+) rename .github/workflows/{validation.yml => validation.yaml} (94%) create mode 100644 nomenclature.yaml diff --git a/.github/workflows/validation.yml b/.github/workflows/validation.yaml similarity index 94% rename from .github/workflows/validation.yml rename to .github/workflows/validation.yaml index 17743aa..19cef14 100644 --- a/.github/workflows/validation.yml +++ b/.github/workflows/validation.yaml @@ -8,6 +8,8 @@ on: branches: [ main ] pull_request: branches: [ '**' ] + schedule: + - cron: '0 0 * * *' jobs: project-validation: diff --git a/.gitignore b/.gitignore index 6d93874..259f1a5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ +### common-definitions ### +common-definitions ### IntelliJ PyCharm ### .idea/ diff --git a/nomenclature.yaml b/nomenclature.yaml new file mode 100644 index 0000000..fe6432b --- /dev/null +++ b/nomenclature.yaml @@ -0,0 +1,6 @@ +repositories: + common-definitions: + url: https://github.com/IAMconsortium/common-definitions.git/ +definitions: + variable: + repository: common-definitions