Skip to content

Commit

Permalink
Merge pull request #840 from szepeviktor/patch-1
Browse files Browse the repository at this point in the history
Skip Repo Automator on forks
  • Loading branch information
iamdharmesh authored Jan 10, 2025
2 parents cd9f644 + 1cd59ff commit 57e21d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/repo-automator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ on:
jobs:
Validate:
runs-on: ubuntu-latest
if: "${{ github.event_name == 'push' || github.event_name == 'issues' || ( github.event_name == 'pull_request' && ! github.event.pull_request.head.repo.fork ) }}"

steps:
- uses: 10up/action-repo-automator@trunk
Expand Down

0 comments on commit 57e21d3

Please sign in to comment.