Skip to content

Commit 0bd13b1

Browse files
committed
[ci] restrict job from running on forks
1 parent 8389160 commit 0bd13b1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/pin-browsers.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
run: bazel run //scripts:pinned_browsers
1515

1616
pull-request:
17+
if: github.repository_owner == 'seleniumhq'
1718
runs-on: ubuntu-latest
1819
needs: update
1920
steps:

0 commit comments

Comments
 (0)