Skip to content

Commit 4ca3512

Browse files
chore: skip hermetic generation on fork PRs (#1651)
1 parent 034b9c4 commit 4ca3512

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/hermetic_library_generation.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ on:
1919

2020
jobs:
2121
library_generation:
22+
# skip pull requests come from a forked repository
23+
if: github.event.pull_request.head.repo.full_name == github.repository
2224
runs-on: ubuntu-latest
2325
steps:
2426
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)