@@ -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