Skip to content

Commit f6029c5

Browse files
committed
chore: update workflow
1 parent cc76ddd commit f6029c5

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
* @AntonLantukh @dbudzins

.github/workflows/web-test-deploy-preview-and-lighthouse.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ defaults:
1010
jobs:
1111
build_and_preview:
1212
name: Build and preview
13+
if: github.repository == 'jwplayer/ott-web-app'
1314
runs-on: ubuntu-latest
1415
outputs:
1516
output1: ${{ steps.firebase_hosting_preview.outputs.details_url }}
@@ -29,6 +30,7 @@ jobs:
2930

3031
lhci:
3132
name: Lighthouse
33+
if: github.repository == 'jwplayer/ott-web-app'
3234
runs-on: ubuntu-latest
3335
needs: build_and_preview
3436
steps:

0 commit comments

Comments
 (0)