From f4e771382ca1e84b9058d2b6ebcd2bd9216fc7fd Mon Sep 17 00:00:00 2001 From: Lasse Alm Date: Fri, 25 Oct 2024 21:45:41 +0200 Subject: [PATCH] fix --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index b30ad5df77..ef53180683 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -178,7 +178,7 @@ jobs: database-exporter: needs: [validate-preconditions] runs-on: ubuntu-latest - if: contains(fromJSON(format('["rc", "alpha", "{0}"]', github.job)), needs.validate-preconditions.outputs.release_type) + if: github.job == 'database-exporter' environment: release steps: - name: Test