Skip to content

Commit

Permalink
ci(update-dicts): Don't install git hooks when updating dictionaries (#…
Browse files Browse the repository at this point in the history
…953)

Saves time and prevents flaky environment from preventing dictionary update PR.
  • Loading branch information
melink14 committed Apr 4, 2022
1 parent 11a66cd commit 599635d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-dicts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
node-version: '16'
- name: Update dictionaries
run: |
npm ci
npm ci --ignore-scripts
echo 'update_output<<EOF' >> $GITHUB_ENV
npm run update-db >> $GITHUB_ENV
echo 'EOF' >> $GITHUB_ENV
Expand Down

0 comments on commit 599635d

Please sign in to comment.