From 3551c2e1a4f3b34dee312ba7bb38e09c14ed17ab Mon Sep 17 00:00:00 2001 From: Alberto Mercurio Date: Mon, 8 Apr 2024 18:58:38 +0200 Subject: [PATCH 1/2] FIx CI issue --- .github/workflows/{Runtests.yml => CI.yml} | 0 .github/workflows/{documentation.yml => Documentation.yml} | 0 .github/workflows/{register.yml => Register.yml} | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename .github/workflows/{Runtests.yml => CI.yml} (100%) rename .github/workflows/{documentation.yml => Documentation.yml} (100%) rename .github/workflows/{register.yml => Register.yml} (100%) diff --git a/.github/workflows/Runtests.yml b/.github/workflows/CI.yml similarity index 100% rename from .github/workflows/Runtests.yml rename to .github/workflows/CI.yml diff --git a/.github/workflows/documentation.yml b/.github/workflows/Documentation.yml similarity index 100% rename from .github/workflows/documentation.yml rename to .github/workflows/Documentation.yml diff --git a/.github/workflows/register.yml b/.github/workflows/Register.yml similarity index 100% rename from .github/workflows/register.yml rename to .github/workflows/Register.yml From 2da89300ee6c07a7847d69d073aabc190da7360a Mon Sep 17 00:00:00 2001 From: Alberto Mercurio Date: Mon, 8 Apr 2024 19:19:54 +0200 Subject: [PATCH 2/2] Come back to lower cases --- .github/workflows/{Documentation.yml => documentation.yml} | 0 .github/workflows/{Register.yml => register.yml} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename .github/workflows/{Documentation.yml => documentation.yml} (100%) rename .github/workflows/{Register.yml => register.yml} (100%) diff --git a/.github/workflows/Documentation.yml b/.github/workflows/documentation.yml similarity index 100% rename from .github/workflows/Documentation.yml rename to .github/workflows/documentation.yml diff --git a/.github/workflows/Register.yml b/.github/workflows/register.yml similarity index 100% rename from .github/workflows/Register.yml rename to .github/workflows/register.yml