Skip to content

Commit 7e49fdd

Browse files
authored
another attempt.....
1 parent 40d5afa commit 7e49fdd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-subgraph-grafbase.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ on:
1515
type: boolean
1616

1717
env:
18-
SKIP_PR: ${{ inputs.skip_pr_info || false }}
18+
SKIP_PR_INFO: ${{ inputs.skip_pr_info || false }}
1919

2020
jobs:
2121
# compatibility:
@@ -53,6 +53,6 @@ jobs:
5353

5454
pr-info:
5555
uses: ./.github/workflows/save-pr-info.yaml
56-
if: ${{ env.SKIP_PR != true }}
56+
if: ${{ inputs.skip_pr_info != true }}
5757
with:
5858
pr_number: ${{ github.event.number }}

0 commit comments

Comments
 (0)