Skip to content

ci: Fix: add bash shell to actions & use pull_request_target only for premerge #17

ci: Fix: add bash shell to actions & use pull_request_target only for premerge

ci: Fix: add bash shell to actions & use pull_request_target only for premerge #17

Workflow file for this run

name: pre_merge
on:
pull_request_target:
branches:
- qcom-next-staging
jobs:
build:
uses: ./.github/workflows/build.yml
secrets: inherit
with:
docker_image: kmake-image:latest
test:
needs: [build]
uses: ./.github/workflows/test.yml
secrets: inherit
with:
docker_image: kmake-image:latest