Skip to content

Commit

Permalink
Fix build CI condition
Browse files Browse the repository at this point in the history
  • Loading branch information
delatrie committed Mar 12, 2024
1 parent bb77acf commit e6b8bc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
name: Collect allure-pytest file changes
runs-on: ubuntu-latest
outputs:
changed: ${{ steps.filter.outputs.allure-pytest }}
changed: ${{ steps.filter.outputs.allure-pytest }} == 'true'
steps:
- uses: dorny/paths-filter@v3
id: filter
Expand Down

0 comments on commit e6b8bc8

Please sign in to comment.