Skip to content

Commit

Permalink
Update hermetic_library_generation.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
diegomarquezp authored Aug 21, 2024
1 parent e562b01 commit 0226a0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/hermetic_library_generation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ env:
jobs:
library_generation:
# skip pull requests coming from a forked repository
if: ${{ github.env.REPO_FULL_NAME == github.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 0226a0e

Please sign in to comment.