Skip to content

Commit a6eaa71

Browse files
committed
Added loop to do the pull only when repository_owner is seleniumhq
1 parent fa8357e commit a6eaa71

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/bazel.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ jobs:
8383
- name: Checkout source tree
8484
uses: actions/checkout@v4
8585
- name: Pull latest changes
86+
if: github.repository_owner == 'seleniumhq'
8687
run: git pull origin ${{ github.head_ref }}
8788
- name: Free space
8889
if: inputs.os != 'windows'

0 commit comments

Comments
 (0)