Skip to content

Commit 9299fd3

Browse files
authored
fix: do not attempt triage workflow without an API key (#712)
1 parent 876da50 commit 9299fd3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/triage.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ permissions:
2828
jobs:
2929
triage:
3030
name: Triage Issues
31+
if: ${{ secrets.OPENAI_API_KEY != '' }}
3132
runs-on: ubuntu-latest
3233
timeout-minutes: 10
3334

0 commit comments

Comments
 (0)