Skip to content
This repository has been archived by the owner on Oct 16, 2024. It is now read-only.

Use new search API key for Algolia #579

Use new search API key for Algolia

Use new search API key for Algolia #579

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