Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
Signed-off-by: James Talton <[email protected]>
  • Loading branch information
jamestalton committed Aug 29, 2024
1 parent 0deba24 commit dd80bc6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 25 deletions.
21 changes: 0 additions & 21 deletions .github/labeler.yml

This file was deleted.

8 changes: 4 additions & 4 deletions .github/workflows/component.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ on:
workflow_call:

jobs:
generate-matrix:
name: Generate Test Matrix
test-matrix:
name: Test Matrix
runs-on: ubuntu-latest
outputs:
matrix: ${{ steps.set-matrix.outputs.MATRIX }}
Expand All @@ -23,10 +23,10 @@ jobs:
component:
name: Component
runs-on: ubuntu-latest
needs: test-matrix
strategy:
fail-fast: true
matrix:
directory: ${{ fromJson(needs.generate-matrix.outputs.MATRIX) }}
directory: ${{ fromJson(needs.test-matrix.outputs.MATRIX) }}
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit dd80bc6

Please sign in to comment.