Browse Source

ci(workflow): uncomment build job dependencies in main workflow

TheWildJames 8 months ago
parent
commit
ddc99f0997
1 changed files with 7 additions and 7 deletions
  1. 7 7
      .github/workflows/main.yml

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

@@ -215,13 +215,13 @@ jobs:
     permissions:
       contents: write
     needs:
-    #- build-a12-5-10
-    #- build-a13-5-10
-    #- build-a13-5-15
-    #- build-a14-5-15
-    #- build-a14-6-1
-    #- build-a15-6-6
-    #- build-a16-6-12
+    - build-a12-5-10
+    - build-a13-5-10
+    - build-a13-5-15
+    - build-a14-5-15
+    - build-a14-6-1
+    - build-a15-6-6
+    - build-a16-6-12
     - build-custom
 
     env: