Skip to content

Commit fd79c5e

Browse files
Remove cloud tests for v2. Cloud won't be maintained on this branch
1 parent ccf90e3 commit fd79c5e

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Diff for: .github/workflows/release.yml

-5
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,8 @@ on:
1515
tags:
1616
- 'v*'
1717
jobs:
18-
# Cloud tests don't run on every PR. We need to be sure they all pass before we release.
19-
run-cloud-tests:
20-
uses: ./.github/workflows/cloud-acc-tests.yml
2118
goreleaser:
2219
runs-on: ubuntu-latest
23-
needs:
24-
- run-cloud-tests
2520
steps:
2621
- name: Checkout
2722
uses: actions/checkout@v4

0 commit comments

Comments
 (0)