Skip to content

Commit e6b8bc8

Browse files
committed
Fix build CI condition
1 parent bb77acf commit e6b8bc8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
name: Collect allure-pytest file changes
1111
runs-on: ubuntu-latest
1212
outputs:
13-
changed: ${{ steps.filter.outputs.allure-pytest }}
13+
changed: ${{ steps.filter.outputs.allure-pytest }} == 'true'
1414
steps:
1515
- uses: dorny/paths-filter@v3
1616
id: filter

0 commit comments

Comments
 (0)