Skip to content

Commit

Permalink
chore: fix grafbase workflow condition
Browse files Browse the repository at this point in the history
  • Loading branch information
dariuszkuc authored May 17, 2024
1 parent e186253 commit f36daf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-subgraph-grafbase.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,6 @@ jobs:

pr-info:
uses: ./.github/workflows/save-pr-info.yaml
if: {{ env.SKIP_PR != true }}
if: env.SKIP_PR != true
with:
pr_number: ${{ github.event.number }}

0 comments on commit f36daf7

Please sign in to comment.