From 561399e011b7bb65ad4e939a05b5ca13886397a5 Mon Sep 17 00:00:00 2001 From: Ryan Turner Date: Fri, 11 Jul 2025 19:59:50 +0100 Subject: chore(CI): Corrected the name of workflow in action tab to be more clear. (#22459) --- .github/workflows/codestyle.yml | 2 +- .github/workflows/sql-codestyle.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/codestyle.yml b/.github/workflows/codestyle.yml index 2e81711af0..643593a0c2 100644 --- a/.github/workflows/codestyle.yml +++ b/.github/workflows/codestyle.yml @@ -1,4 +1,4 @@ -name: Codestyle +name: C++ Codestyle on: pull_request: types: diff --git a/.github/workflows/sql-codestyle.yml b/.github/workflows/sql-codestyle.yml index f60b95cd7c..4c21a8c9b2 100644 --- a/.github/workflows/sql-codestyle.yml +++ b/.github/workflows/sql-codestyle.yml @@ -1,4 +1,4 @@ -name: Codestyle +name: SQL Codestyle on: pull_request: types: -- cgit v1.2.3