Skip to content

Commit 278f3fa

Browse files
chore: temporary fix for hermetic library generation workflow (#3310)
1 parent 7d8426a commit 278f3fa

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/hermetic_library_generation.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,10 @@ on:
1919

2020
env:
2121
HEAD_REF: ${{ github.head_ref }}
22-
REPO_FULL_NAME: ${{ github.event.pull_request.head.repo.full_name }}
23-
2422
jobs:
2523
library_generation:
2624
# skip pull requests coming from a forked repository
27-
if: github.env.REPO_FULL_NAME == github.repository
25+
if: github.event.pull_request.head.repo.full_name == github.repository
2826
runs-on: ubuntu-latest
2927
steps:
3028
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)