Skip to content

Commit f48fd03

Browse files
authored
Update print statement from 'Hello' to 'Goodbye' (#765)
1 parent 9757ccd commit f48fd03

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/github-actions.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -464,6 +464,7 @@ jobs:
464464
name: WindowsCore2
465465
if: always()
466466
test_Stage_RunTestsOnWindowsBrowserStack:
467+
if: false
467468
timeout-minutes: 10
468469
runs-on: windows-latest
469470
steps:
@@ -586,7 +587,6 @@ jobs:
586587
- test_Stage_RunTestsSeleniumGrid
587588
- test_Stage_RunAppiumTestsOnAndroid
588589
- test_Stage_RunTestsOnLinuxsaucelabs
589-
- test_Stage_RunTestsOnWindowsBrowserStack
590590
- build_Stage_BuildOnWindows
591591
steps:
592592
- uses: actions/checkout@v4
@@ -631,3 +631,4 @@ jobs:
631631
id: deployment
632632
uses: actions/deploy-pages@v4
633633
if: (success() && startsWith(github.ref, 'refs/tags/'))
634+

0 commit comments

Comments
 (0)