Skip to content

build(deps): bump fast-loops from 1.1.3 to 1.1.4 #4437

build(deps): bump fast-loops from 1.1.3 to 1.1.4

build(deps): bump fast-loops from 1.1.3 to 1.1.4 #4437

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