Skip to content

Commit

Permalink
Fix test yml filter
Browse files Browse the repository at this point in the history
  • Loading branch information
IlyaKhD committed Sep 4, 2024
1 parent 9978b73 commit 495eba4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-filter-stubs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
id: filter
uses: DevExpress/github-actions/pr-filter@main
with:
paths: '**;!apps/**/*.md;**/*.yml'
paths: '**;!apps/**/*.md;!**/*.yml'

testcafe:
name: ${{ matrix.jobName }}
Expand Down

0 comments on commit 495eba4

Please sign in to comment.