We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d8426a commit 278f3faCopy full SHA for 278f3fa
.github/workflows/hermetic_library_generation.yaml
@@ -19,12 +19,10 @@ on:
19
20
env:
21
HEAD_REF: ${{ github.head_ref }}
22
- REPO_FULL_NAME: ${{ github.event.pull_request.head.repo.full_name }}
23
-
24
jobs:
25
library_generation:
26
# skip pull requests coming from a forked repository
27
- if: github.env.REPO_FULL_NAME == github.repository
+ if: github.event.pull_request.head.repo.full_name == github.repository
28
runs-on: ubuntu-latest
29
steps:
30
- uses: actions/checkout@v4
0 commit comments