Skip to content

Commit

Permalink
another attempt.....
Browse files Browse the repository at this point in the history
  • Loading branch information
dariuszkuc authored May 17, 2024
1 parent 40d5afa commit 7e49fdd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-subgraph-grafbase.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:
type: boolean

env:
SKIP_PR: ${{ inputs.skip_pr_info || false }}
SKIP_PR_INFO: ${{ inputs.skip_pr_info || false }}

jobs:
# compatibility:
Expand Down Expand Up @@ -53,6 +53,6 @@ jobs:

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

0 comments on commit 7e49fdd

Please sign in to comment.