From 3464897a2d0d1104ee88fb52c49a1fb1ed2282ba Mon Sep 17 00:00:00 2001 From: Christian Siegel Date: Sun, 9 Apr 2023 14:45:07 +0200 Subject: [PATCH] ci: fix release job condition --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4ccc3cc1..e599b8d3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -25,7 +25,7 @@ jobs: publish_dir: ./site release: - if: github.event.repository.fork == 'false' + if: github.repository == 'baloise/gitopscli' runs-on: ubuntu-latest steps: - name: Checkout