소스 검색

Update build-kernel-release.yml

James McConnell 1 년 전
부모
커밋
b99922ccbf
1개의 변경된 파일1개의 추가작업 그리고 4개의 파일을 삭제
  1. 1 4
      .github/workflows/build-kernel-release.yml

+ 1 - 4
.github/workflows/build-kernel-release.yml

@@ -5,9 +5,7 @@ permissions:
   actions: write   # Allows triggering actions
   
 on:
-  #push:
-  #  branches:
-  #    - main  # Trigger on push to the main branch
+  push:
   workflow_dispatch:
     inputs:
       build_a12:
@@ -59,7 +57,6 @@ jobs:
 
   trigger-release:
     runs-on: ubuntu-latest
-    timeout-minutes: 2160  # Set maximum timeout
     needs:
         - build-kernel-a12-5-10
         - build-kernel-a13-5-10