mirror of https://github.com/wolfSSL/wolfBoot.git
fix bad trigger on test
parent
fd08d321e2
commit
4f4d59e2a3
|
@ -38,8 +38,6 @@ jobs:
|
|||
arch: host
|
||||
config-file: ./config/examples/library.config
|
||||
|
||||
|
||||
|
||||
# TODO: lpc54606j512.config requires MCUXPRESSO files
|
||||
# lpc54606j512_test
|
||||
# uses: ./.github/workflows/test-build.yml
|
||||
|
|
|
@ -1,15 +1,10 @@
|
|||
name: Wolfboot keytools test workflow
|
||||
|
||||
on:
|
||||
|
||||
workflow_call:
|
||||
inputs:
|
||||
arch:
|
||||
required: true
|
||||
type: string
|
||||
make-args:
|
||||
required: false
|
||||
type: string
|
||||
push:
|
||||
branches: [master]
|
||||
pull_request:
|
||||
branches: [master]
|
||||
|
||||
jobs:
|
||||
|
||||
|
|
Loading…
Reference in New Issue