Skip to content

Commit

Permalink
fix bad trigger on test
Browse files Browse the repository at this point in the history
  • Loading branch information
jpbland1 committed Jul 26, 2023
1 parent c21bd35 commit 25e7f96
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 11 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/test-configs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
13 changes: 4 additions & 9 deletions .github/workflows/test-keytools.yml
Original file line number Diff line number Diff line change
@@ -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:

Expand Down

0 comments on commit 25e7f96

Please sign in to comment.