Skip to content

Commit

Permalink
fix name
Browse files Browse the repository at this point in the history
  • Loading branch information
pdimens committed Apr 19, 2024
1 parent e67944e commit 004d65f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,11 @@ jobs:
- uses: dorny/paths-filter@v3
id: filter
with:
filters: .github/filters.yaml
filters: .github/filters.yml

test_dmux_gen1:
needs: changes
if: ${{ needs.changes.outputs.dmux == 'true' }}
name: test demux gen1
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 004d65f

Please sign in to comment.