Skip to content

build(deps): bump nanoid from 4.0.2 to 5.0.9 #4738

build(deps): bump nanoid from 4.0.2 to 5.0.9

build(deps): bump nanoid from 4.0.2 to 5.0.9 #4738

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 }}