Skip to content

Commit

Permalink
chore: still trying to fix the workflow....
Browse files Browse the repository at this point in the history
  • Loading branch information
dariuszkuc authored May 17, 2024
1 parent f36daf7 commit 40d5afa
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 40d5afa

Please sign in to comment.