Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions .github/workflows/agent-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,10 @@ concurrency:
cancel-in-progress: true

env:
CONDUCTOR_SERVER_VERSION: "3.32.0-rc.8" # pinned server release — bump deliberately
CONDUCTOR_SERVER_VERSION: "3.32.0-rc18" # pinned server release — bump deliberately

jobs:
agent-e2e:
# Temporarily disabled until a Conductor server release containing the
# required agent-runtime changes is published.
if: ${{ false }}
runs-on: ubuntu-latest
timeout-minutes: 45
env:
Expand Down
Loading