Skip to content

Commit

Permalink
fix inlining REPO_FULL_NAME in if statement
Browse files Browse the repository at this point in the history
  • Loading branch information
diegomarquezp authored Aug 21, 2024
1 parent b9f9e60 commit e562b01
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.env.REPO_FULL_NAME == github.repository }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit e562b01

Please sign in to comment.