From ee32108768be1acb2a9da8a4f43772ef2fce7395 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Chci=C5=84ski?= Date: Mon, 30 May 2022 13:44:49 +0200 Subject: [PATCH] Add current branch name for test purposes --- .github/workflows/build-browser.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-browser.yml b/.github/workflows/build-browser.yml index 1d42d73e5c6..345e50fac3d 100644 --- a/.github/workflows/build-browser.yml +++ b/.github/workflows/build-browser.yml @@ -320,8 +320,8 @@ jobs: upload_translations: false trigger-desktop-build: - name: Crowdin Push - if: ${{ (github.ref == 'refs/heads/master') || (github.ref == 'refs/heads/rc') || contains(github.ref, 'hotfix-rc') }} + name: Trigger desktop build + if: ${{ (github.ref == 'refs/heads/DEVOPS-818_trigger_desktop_on_browser_build' || github.ref == 'refs/heads/master') || (github.ref == 'refs/heads/rc') || contains(github.ref, 'hotfix-rc') }} runs-on: ubuntu-20.04 needs: - build @@ -334,7 +334,7 @@ jobs: - name: Call GitHub API to trigger desktop build workflow env: - TOKEN: ${{ secrets.TOKEN }} # replace this yalue with actual token secret name + TOKEN: ${{ secrets.TOKEN }} # replace this value with actual token secret name BRANCH_NAME: ${{ steps.extract_branch.outputs.branch }} run: | curl \