Skip to content

fix(deps): update dependency gatsby to v5.9.1 [security] #435

fix(deps): update dependency gatsby to v5.9.1 [security]

fix(deps): update dependency gatsby to v5.9.1 [security] #435

name: Check Deployment
on:
workflow_dispatch:
inputs:
passci:
description: 'Pass CI'
required: true
type: boolean
pull_request:
types: [opened, synchronize, reopened, labeled]
jobs:
check-deployment:
uses: iterative/gatsby-theme-iterative/.github/workflows/check-deployment.yml@main
with:
passci: ${{ inputs.passci || false }}