Explorar o código

CI: Update XML/clang-format validation job names

derrod %!s(int64=3) %!d(string=hai) anos
pai
achega
060f24ad49
Modificáronse 2 ficheiros con 2 adicións e 2 borrados
  1. 1 1
      .github/workflows/clang-format.yml
  2. 1 1
      .github/workflows/qt-xml.yml

+ 1 - 1
.github/workflows/clang-format.yml

@@ -3,7 +3,7 @@ name: Clang Format Check
 on: [push, pull_request]
 
 jobs:
-  ubuntu64:
+  clang-format-check:
     runs-on: ubuntu-latest
     steps:
       - name: Checkout

+ 1 - 1
.github/workflows/qt-xml.yml

@@ -9,7 +9,7 @@ on:
       - "UI/forms/**"
 
 jobs:
-  ubuntu64:
+  qt-xml-validator:
     runs-on: ubuntu-latest
     steps:
       - name: Checkout