Skip to content

Commit

Permalink
chore: Prevent Github action from running on forks (#1343)
Browse files Browse the repository at this point in the history
Fixes #1342 馃
  • Loading branch information
parthea committed May 7, 2021
1 parent c0b883a commit 76cf688
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Expand Up @@ -25,6 +25,8 @@ jobs:
build:
name: Update Discovery Artifacts PR
runs-on: ubuntu-latest
if: |
${{github.repository == 'googleapis/google-api-python-client'}}
steps:
- name: Get current date
id: date
Expand Down

0 comments on commit 76cf688

Please sign in to comment.