Skip to content

Commit 8d6b75c

Browse files
authored
fix: properly disable the triage workflow (#714)
1 parent 78d959f commit 8d6b75c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/triage.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ permissions:
2828
jobs:
2929
triage:
3030
name: Triage Issues
31-
if: ${{ secrets.OPENAI_API_KEY != '' }}
31+
# TODO: Re-enable once OPENAI_API_KEY secret is available
32+
if: false
3233
runs-on: ubuntu-latest
3334
timeout-minutes: 10
3435

0 commit comments

Comments
 (0)