summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Turner <AugustoMendes4426@gmail.com>2025-07-11 19:59:50 +0100
committerGitHub <noreply@github.com>2025-07-11 14:59:50 -0400
commit561399e011b7bb65ad4e939a05b5ca13886397a5 (patch)
tree6f4da98ee57d542d8cefd252e7740792076ccbb6
parent628f6255c49e1ef2123b0f5fb33c3de0a968432e (diff)
chore(CI): Corrected the name of workflow in action tab to be more clear. (#22459)
-rw-r--r--.github/workflows/codestyle.yml2
-rw-r--r--.github/workflows/sql-codestyle.yml2
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: