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.
1 parent e273a3c commit 699f0d6Copy full SHA for 699f0d6
1 file changed
.github/workflows/testcafe_tests.yml
@@ -20,7 +20,7 @@ env:
20
jobs:
21
check-should-run:
22
name: Check if tests should run
23
- runs-on: devextreme-shr2
+ runs-on: ubuntu-latest
24
outputs:
25
should-run: ${{ steps.check.outputs.should-run }}
26
steps:
@@ -214,7 +214,7 @@ jobs:
214
if-no-files-found: ignore
215
216
merge-artifacts:
217
218
needs: testcafe
219
if: ${{ always() }}
220
@@ -236,7 +236,7 @@ jobs:
236
delete-merged: true
237
238
notify:
239
240
name: Send notifications
241
needs: [build, testcafe]
242
if: github.event_name != 'pull_request' && contains(needs.*.result, 'failure')
0 commit comments