Skip to content

Commit

Permalink
test: fix filter job output (#14)
Browse files Browse the repository at this point in the history
Previously this referred to the wrong attribute, causing the skip output to not propagate correctly to next jobs
  • Loading branch information
alaviss authored Jan 31, 2024
1 parent d5650d4 commit 8b91bf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
name: Check if tests should be run
runs-on: ubuntu-latest
outputs:
should-skip: ${{ steps.filter.should_skip }}
should-skip: ${{ steps.filter.outputs.should_skip }}

steps:
- uses: fkirc/[email protected]
Expand Down

0 comments on commit 8b91bf5

Please sign in to comment.