Skip to content

build(deps): bump brace-expansion from 1.1.12 to 1.1.13 #5597

build(deps): bump brace-expansion from 1.1.12 to 1.1.13

build(deps): bump brace-expansion from 1.1.12 to 1.1.13 #5597

name: Check Deployment
on:
workflow_dispatch:
inputs:
passci:
description: 'Pass CI'
required: true
type: boolean
pull_request:
types: [opened, synchronize, reopened, labeled]
concurrency:
group: check-deploy-${{ github.head_ref }}
cancel-in-progress: true
permissions: {}
jobs:
check-branches:
if:
startsWith(github.head_ref, 'renovate/') || contains(github.head_ref,
'no-deploy')
runs-on: ubuntu-latest
steps:
- name: Fail if no passci inputs or pass-ci label
if:
${{ !inputs.passci &&
!contains(github.event.pull_request.labels.*.name, 'pass-ci') }}
run: exit 1