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

View File

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