We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa8357e commit a6eaa71Copy full SHA for a6eaa71
.github/workflows/bazel.yml
@@ -83,6 +83,7 @@ jobs:
83
- name: Checkout source tree
84
uses: actions/checkout@v4
85
- name: Pull latest changes
86
+ if: github.repository_owner == 'seleniumhq'
87
run: git pull origin ${{ github.head_ref }}
88
- name: Free space
89
if: inputs.os != 'windows'
0 commit comments