Skip to content

Commit 338ba73

Browse files
committed
ci: Fix: pre_merge for all branches
Pre-merge needs to be used from kernel-topics also, it should be available for all branches Signed-off-by: Vishal Kumar <viskuma@qti.qualcomm.com>
1 parent a80388e commit 338ba73

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@ jobs:
1313
group: GHA-Kernel-SelfHosted-RG
1414
labels: [ self-hosted, kernel-prd-u2404-x64-large-od-ephem ]
1515
steps:
16+
- name: Checkout code
17+
uses: actions/checkout@v4
18+
with:
19+
fetch-depth: 0
20+
1621
- name: Sync codebase
1722
id: sync
1823
uses: ./.github/actions/sync

.github/workflows/pre_merge.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
name: pre_merge
22
on:
33
pull_request_target:
4-
branches:
5-
- qcom-next-staging
64

75
jobs:
86
build:

0 commit comments

Comments
 (0)