feat: allow bypassing CI using PR label

This commit is contained in:
Mason Daugherty 2025-08-07 15:50:15 -04:00
parent dc66737f03
commit 255a6d668a
No known key found for this signature in database

View File

@ -30,6 +30,7 @@ jobs:
build: build:
name: 'Detect Changes & Set Matrix' name: 'Detect Changes & Set Matrix'
runs-on: ubuntu-latest runs-on: ubuntu-latest
if: ${{ !contains(github.event.pull_request.labels.*.name, 'ci-ignore') }}
steps: steps:
- name: '📋 Checkout Code' - name: '📋 Checkout Code'
uses: actions/checkout@v4 uses: actions/checkout@v4