From 2d5d4cf02baa41cd6cc55d98dc88f9689624d44b Mon Sep 17 00:00:00 2001 From: Yaroslav Serhieiev Date: Sat, 12 Feb 2022 12:29:36 +0200 Subject: [PATCH] ci(chrome): disable flow --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e04a80d..aaa55b5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -50,6 +50,7 @@ jobs: path: packages/hunspell/output/dictionaries/ chrome_extension: + if: ${{ false }} needs: hunspell_dictionaries runs-on: ubuntu-latest steps: @@ -205,7 +206,6 @@ jobs: if: ${{ startsWith(github.ref, 'refs/tags/') }} needs: - hunspell_dictionaries - - chrome_extension - firefox_extension - libreoffice_extension - npm_package @@ -223,6 +223,7 @@ jobs: path: .temp - name: Download Chrome extension + if: ${{ false }} uses: actions/download-artifact@v2 with: name: chrome_extension