Skip to content

Commit

Permalink
fix(ci): disable no-agent tests (temp)
Browse files Browse the repository at this point in the history
Signed-off-by: Sam Gammon <sam@elide.ventures>
  • Loading branch information
sgammon committed Dec 21, 2023
1 parent 042827a commit 2b30fba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ jobs:
test-noagent:
name: "Test: No Agent (${{ matrix.label }})"
runs-on: ${{ matrix.os }}
if: github.event.pull_request.draft == false
if: false
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit 2b30fba

Please sign in to comment.