Przeglądaj źródła

ci: update workflow names to be more descriptive

Update the workflow names in GitHub Actions to better reflect
TheWildJames 1 rok temu
rodzic
commit
3d131f5a4d
2 zmienionych plików z 2 dodań i 2 usunięć
  1. 1 1
      .github/workflows/build.yml
  2. 1 1
      .github/workflows/main.yml

+ 1 - 1
.github/workflows/build.yml

@@ -1,4 +1,4 @@
-name: Build Script
+name: Kernel Build Process
 permissions:
   contents: write
   actions: write 

+ 1 - 1
.github/workflows/main.yml

@@ -1,4 +1,4 @@
-name: Build GKI
+name: Build Kernels
 
 permissions:
   contents: write