Skip to content

Commit

Permalink
Test manual workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
CameronBeneteau committed Dec 2, 2024
1 parent d4b871e commit 9f3bca2
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/manual-test-self-hosted.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Manual Test Self-Hosted Runner

on:
workflow_dispatch:
workflow_call:
inputs:
project:
description: 'Project to build (i.e. Demo/Blink)'
Expand Down
12 changes: 12 additions & 0 deletions .github/workflows/test-self-hosted.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,15 @@ jobs:
with:
project: ${{ matrix.project }}
platform: ${{ matrix.platform }}

manual-test-self-hosted:
needs: [setup, build-modified-projects]
strategy:
fail-fast: false
matrix:
include: ${{ fromJson(needs.setup.outputs.matrix_all_projects) }}
uses: ./.github/workflows/manual-test-self-hosted.yml
with:
project: ${{ matrix.project }}
platform: ${{ matrix.platform }}
commit: "b486d6c"

0 comments on commit 9f3bca2

Please sign in to comment.