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 c0b883a commit 76cf688Copy full SHA for 76cf688
.github/workflows/main.yml
@@ -25,6 +25,8 @@ jobs:
25
build:
26
name: Update Discovery Artifacts PR
27
runs-on: ubuntu-latest
28
+ if: |
29
+ ${{github.repository == 'googleapis/google-api-python-client'}}
30
steps:
31
- name: Get current date
32
id: date
0 commit comments