Skip to content

Commit

Permalink
ci: remove needs block for release (#1823)
Browse files Browse the repository at this point in the history
  • Loading branch information
Duologic authored Sep 30, 2024
1 parent 0f581ea commit f63de62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
# uses: ./.github/workflows/cloud-acc-tests.yml
goreleaser:
runs-on: ubuntu-latest
needs:
- run-cloud-tests
#needs:
# - run-cloud-tests
steps:
- name: Checkout
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
Expand Down

0 comments on commit f63de62

Please sign in to comment.