Sfoglia il codice sorgente

Rename LTS workflow file to test-build.yml and update main.yml reference\n\n- Renamed .github/workflows/lts-kernels.yml -> test-build.yml\n- Updated main.yml to use the new test-build workflow under 'Test Build' selection

TheWildJames 10 mesi fa
parent
commit
1ce8e8c073
2 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      .github/workflows/main.yml
  2. 0 0
      .github/workflows/test-build.yml

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

@@ -45,7 +45,7 @@ jobs:
 
   build-test:
     if: inputs.build_selection == 'Test Build'
-    uses: ./.github/workflows/lts-kernels.yml
+    uses: ./.github/workflows/test-build.yml
     secrets: inherit
 
   build-a12-5-10:

+ 0 - 0
.github/workflows/lts-kernels.yml → .github/workflows/test-build.yml