Skip to content

Commit

Permalink
fix exclude
Browse files Browse the repository at this point in the history
  • Loading branch information
davidcavazos committed Sep 10, 2024
1 parent 138dee3 commit 77a02da
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ jobs:
matrix:
affected: ${{ fromJson(needs.affected.outputs.python) }}
exclude:
- package: "."
- affected:
package: "."
env:
PACKAGE: ${{ matrix.affected.package }}
steps:
Expand Down

0 comments on commit 77a02da

Please sign in to comment.