From 0e4fe507074254712f6bea54a11c18a61a72925a Mon Sep 17 00:00:00 2001 From: Kevin Rue-Albrecht Date: Mon, 19 Feb 2024 15:10:40 +0000 Subject: [PATCH] rename tutorials --- .github/workflows/ingestion-ci.yml | 2 +- .github/workflows/integration-ci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ingestion-ci.yml b/.github/workflows/ingestion-ci.yml index 351b16a7..e9a84236 100644 --- a/.github/workflows/ingestion-ci.yml +++ b/.github/workflows/ingestion-ci.yml @@ -1,4 +1,4 @@ -name: Run tutorials +name: Run tutorials (ingestion) on: push: diff --git a/.github/workflows/integration-ci.yml b/.github/workflows/integration-ci.yml index 541cfb2f..159034ad 100644 --- a/.github/workflows/integration-ci.yml +++ b/.github/workflows/integration-ci.yml @@ -1,4 +1,4 @@ -name: Run tutorials +name: Run tutorials (integration) on: push: