fix bad trigger on test

pull/328/head
John Bland 2023-07-26 18:56:32 -04:00 committed by Daniele Lacamera
parent fd08d321e2
commit 4f4d59e2a3
2 changed files with 4 additions and 11 deletions

View File

@ -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

View File

@ -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: