We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb4d9e4 commit 36e1774Copy full SHA for 36e1774
1 file changed
.github/workflows/update_librarian_googleapis.yaml
@@ -22,6 +22,8 @@ on:
22
- '.github/workflows/update_librarian_googleapis.yaml'
23
jobs:
24
update-librarian-googleapis:
25
+ # This condition blocks the job from running on any fork
26
+ if: github.repository_owner == 'googleapis'
27
runs-on: ubuntu-24.04
28
defaults:
29
run:
0 commit comments