Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
christjt committed Jun 27, 2023
1 parent 7b597ef commit 418f6d7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/react-components-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,20 +11,20 @@ jobs:
permissions:
pull-requests: read
outputs:
react-components: ${{ steps.filter.outputs.reactComponents }}
react-components: ${{ steps.filter.outputs.react-components }}
steps:
# For pull requests it's not necessary to checkout the code
- uses: dorny/paths-filter@v2
id: filter
with:
filters: |
reactComponents:
react-components:
- 'react-components/**'
react-components-ci:
needs: changes
runs-on: ubuntu-latest
if: ${{ needs.changes.outputs.reactComponents == 'true' }}
if: ${{ needs.changes.outputs.react-components == 'true' }}
steps:
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit 418f6d7

Please sign in to comment.