Skip to content
This repository has been archived by the owner on Apr 22, 2024. It is now read-only.

Commit

Permalink
fix(ci): added workflow dispatch to test
Browse files Browse the repository at this point in the history
  • Loading branch information
noelmiller committed Feb 27, 2024
1 parent 66e0be5 commit 88fcc40
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test-iso-secure-boot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:
- '*.md'
- 'LICENSE'
- 'CODEOWNERS'
workflow_dispatch:

jobs:
build-and-push-iso:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test-iso.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:
- '*.md'
- 'LICENSE'
- 'CODEOWNERS'
workflow_dispatch:

jobs:
build-and-push-iso:
Expand Down

0 comments on commit 88fcc40

Please sign in to comment.