From 526b1637c0a7ee954935912d31b793b30f6c60ed Mon Sep 17 00:00:00 2001 From: Ivan Dyachkov Date: Mon, 10 Jul 2023 22:36:12 +0200 Subject: [PATCH] ci: test --- .github/workflows/release.yaml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 586142bbe..154fd6596 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -16,6 +16,7 @@ on: jobs: upload: runs-on: ubuntu-22.04 + if: github.event_name == 'release' strategy: fail-fast: false steps: @@ -104,12 +105,10 @@ jobs: rerun-apps-version-check: runs-on: ubuntu-22.04 - if: github.repository_owner == 'emqx' && github.event_name == 'release' - needs: - - upload + if: github.repository_owner == 'emqx' permissions: pull-requests: read - checks: read + checks: write actions: write steps: - uses: actions/checkout@v3