fix: properly disable the triage workflow (#714)
This commit is contained in:
parent
78d959fcd4
commit
8d6b75cd5e
1 changed files with 2 additions and 1 deletions
3
.github/workflows/triage.yml
vendored
3
.github/workflows/triage.yml
vendored
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue