From 323b1ad4e8957a8cd4a1f260c07f18227e34de83 Mon Sep 17 00:00:00 2001 From: James Bartlett Date: Tue, 9 May 2023 21:47:19 +0000 Subject: [PATCH] [releases] Don't create github releases for cloud RCs Signed-off-by: James Bartlett --- .github/workflows/cloud_release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cloud_release.yaml b/.github/workflows/cloud_release.yaml index 4fe77b16eb6..ccea19c3cf3 100644 --- a/.github/workflows/cloud_release.yaml +++ b/.github/workflows/cloud_release.yaml @@ -50,7 +50,7 @@ jobs: name: cloud-artifacts path: artifacts/ create-github-release: - if: ${{ contains(github.event.ref, '-') }} + if: ${{ !contains(github.event.ref, '-') }} name: Create Release on Github runs-on: ubuntu-latest needs: build-release