feature add pull_request
All checks were successful
rpcrypto-build / build (Debug, hisiv500.toolchain.cmake) (push) Successful in 1m12s
rpcrypto-build / build (Debug, himix200.toolchain.cmake) (push) Successful in 1m35s
rpcrypto-build / build (Debug, hisiv510.toolchain.cmake) (push) Successful in 1m28s
rpcrypto-build / build (Debug, host.toolchain.cmake) (push) Successful in 1m17s
rpcrypto-build / build (Debug, mipsel-openwrt-linux-musl.toolchain.cmake) (push) Successful in 1m25s
rpcrypto-build / build (Debug, mips64el-linux-gnuabi64.toolchain.cmake) (push) Successful in 1m29s
rpcrypto-build / build (Debug, host-afl.toolchain.cmake) (push) Successful in 3m7s
rpcrypto-build / build (Debug, mipsel-openwrt-linux.toolchain.cmake) (push) Successful in 1m14s
rpcrypto-build / build (Release, hisiv510.toolchain.cmake) (push) Successful in 1m17s
rpcrypto-build / build (Release, hisiv500.toolchain.cmake) (push) Successful in 1m26s
rpcrypto-build / build (Release, himix200.toolchain.cmake) (push) Successful in 1m28s
rpcrypto-build / build (Release, host-afl.toolchain.cmake) (push) Successful in 1m36s
rpcrypto-build / build (Release, host.toolchain.cmake) (push) Successful in 1m15s
rpcrypto-build / build (Release, mipsel-openwrt-linux-musl.toolchain.cmake) (push) Successful in 1m23s
rpcrypto-build / build (Release, mips64el-linux-gnuabi64.toolchain.cmake) (push) Successful in 1m25s
rpcrypto-build / build (Release, mipsel-openwrt-linux.toolchain.cmake) (push) Successful in 1m12s

This commit is contained in:
tqcq 2023-12-05 14:57:10 +08:00
parent 36922f53b3
commit 908af0858c

View File

@ -1,6 +1,7 @@
name: rpcrypto-build name: rpcrypto-build
on: on:
- push - push
- pull_request
concurrency: concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}