Skip to content

Commit

Permalink
chore: skip hermetic generation on fork PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
diegomarquezp authored Jul 2, 2024
1 parent 034b9c4 commit 9711e0c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/hermetic_library_generation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ on:

jobs:
library_generation:
# skip pull requests come from a forked repository
if: github.event.pull_request.head.repo.full_name == github.repository
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 9711e0c

Please sign in to comment.