We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 03ed790 + 00e7a2e commit 9730e54Copy full SHA for 9730e54
.github/workflows/build.yml
@@ -79,7 +79,7 @@ jobs:
79
echo "COMMIT_MESSAGE=$(git log -n 1 --pretty=format:%s $COMMIT_SHA)" >> $GITHUB_ENV
80
81
- name: Determine changed packages
82
- uses: getsentry/paths-filter@v2.11.1
+ uses: dorny/paths-filter@v3.0.0
83
id: changed
84
with:
85
filters: |
.github/workflows/flaky-test-detector.yml
@@ -71,7 +71,7 @@ jobs:
71
run: npx playwright install-deps
72
73
- name: Determine changed tests
74
75
76
77
list-files: json
0 commit comments