fix: do not attempt triage workflow without an API key (#712)

This commit is contained in:
Alex Hancock 2026-03-02 10:36:42 -05:00 committed by GitHub
parent 876da50271
commit 9299fd3792
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -28,6 +28,7 @@ permissions:
jobs:
triage:
name: Triage Issues
if: ${{ secrets.OPENAI_API_KEY != '' }}
runs-on: ubuntu-latest
timeout-minutes: 10