From 4ba4b6c616880722f665d51ffd7b62950a528fd6 Mon Sep 17 00:00:00 2001 From: Fangjun Kuang Date: Fri, 3 Jan 2025 15:42:46 +0800 Subject: [PATCH] Test RKNN --- .github/workflows/rknn.yml | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 .github/workflows/rknn.yml diff --git a/.github/workflows/rknn.yml b/.github/workflows/rknn.yml new file mode 100644 index 000000000..220f01a09 --- /dev/null +++ b/.github/workflows/rknn.yml @@ -0,0 +1,30 @@ +name: rknn + +on: + push: + branches: + - master + - ci-rknn + + pull_request: + branches: + - master + + workflow_dispatch: + +concurrency: + group: rknn-${{ github.ref }} + cancel-in-progress: true + +jobs: + rknn: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + with: + fetch-depth: 0 + - name: Install rknn + shell: bash + run: | + ls +