From c5a36321dbb8895babcc25ddcb65575e2c22a488 Mon Sep 17 00:00:00 2001 From: Alejandro Cabeza Romero Date: Fri, 26 Jul 2024 16:33:56 +0200 Subject: [PATCH] wip --- .github/workflows/{base_daily_tests.yml => daily_common.yml} | 3 ++- .github/workflows/documentation.yml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) rename .github/workflows/{base_daily_tests.yml => daily_common.yml} (96%) diff --git a/.github/workflows/base_daily_tests.yml b/.github/workflows/daily_common.yml similarity index 96% rename from .github/workflows/base_daily_tests.yml rename to .github/workflows/daily_common.yml index 8256b2532a..0b2e0d6197 100644 --- a/.github/workflows/base_daily_tests.yml +++ b/.github/workflows/daily_common.yml @@ -1,4 +1,5 @@ -name: Base Daily Tests +name: Daily Common +# Serves as base workflow for daily tasks, it's not run by itself. on: workflow_call: diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index f31d7c45ec..fd4525509b 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -1,4 +1,4 @@ -name: Documentation generation and publishing +name: Documentation Generation And Publishing on: push: