Skip to content

Commit

Permalink
disable cluster test on source
Browse files Browse the repository at this point in the history
  • Loading branch information
suzhoum committed Jan 31, 2025
1 parent 3302281 commit 6d182ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ jobs:
strategy:
fail-fast: false
matrix:
AG_VERSION: ["source", "1.1.0"]
AG_VERSION: ["1.1.0"] # remove "source" to unblock CI.
needs: cloud_lint_check
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 6d182ae

Please # to comment.