Skip to content

Commit d5f3ec6

Browse files
committed
Build: Enable "browsers" job
1 parent fc224fc commit d5f3ec6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/browsers.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
test:
1212
name: SauceLabs
1313
runs-on: ubuntu-latest
14-
if: ${{ github.repository == 'js-reporters/js-reporters' }} # skip on forks, needs secret
14+
if: ${{ github.repository == 'qunitjs/js-reporters' }} # skip on forks, needs secret
1515
steps:
1616
- uses: actions/checkout@v4
1717

0 commit comments

Comments
 (0)