Skip to content

Commit

Permalink
ci(chrome): disable flow
Browse files Browse the repository at this point in the history
  • Loading branch information
noomorph committed Feb 12, 2022
1 parent 8732ebb commit 2d5d4cf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ jobs:
path: packages/hunspell/output/dictionaries/

chrome_extension:
if: ${{ false }}
needs: hunspell_dictionaries
runs-on: ubuntu-latest
steps:
Expand Down Expand Up @@ -205,7 +206,6 @@ jobs:
if: ${{ startsWith(github.ref, 'refs/tags/') }}
needs:
- hunspell_dictionaries
- chrome_extension
- firefox_extension
- libreoffice_extension
- npm_package
Expand All @@ -223,6 +223,7 @@ jobs:
path: .temp

- name: Download Chrome extension
if: ${{ false }}
uses: actions/download-artifact@v2
with:
name: chrome_extension
Expand Down

0 comments on commit 2d5d4cf

Please sign in to comment.