Skip to content

Commit

Permalink
remove unnecessary variable evaluation token
Browse files Browse the repository at this point in the history
  • Loading branch information
diegomarquezp authored Aug 19, 2024
1 parent 3de621e commit 7dfd3eb
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 come 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 7dfd3eb

Please sign in to comment.