fix: do not attempt triage workflow without an API key (#712)
This commit is contained in:
parent
876da50271
commit
9299fd3792
1 changed files with 1 additions and 0 deletions
1
.github/workflows/triage.yml
vendored
1
.github/workflows/triage.yml
vendored
|
|
@ -28,6 +28,7 @@ permissions:
|
|||
jobs:
|
||||
triage:
|
||||
name: Triage Issues
|
||||
if: ${{ secrets.OPENAI_API_KEY != '' }}
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 10
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue