fix: properly disable the triage workflow (#714)

This commit is contained in:
Alex Hancock 2026-03-02 14:09:46 -05:00 committed by GitHub
parent 78d959fcd4
commit 8d6b75cd5e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -28,7 +28,8 @@ permissions:
jobs:
triage:
name: Triage Issues
if: ${{ secrets.OPENAI_API_KEY != '' }}
# TODO: Re-enable once OPENAI_API_KEY secret is available
if: false
runs-on: ubuntu-latest
timeout-minutes: 10