Skip to content

Commit

Permalink
EXP: Don't reset meteor
Browse files Browse the repository at this point in the history
  • Loading branch information
nmagedman committed Sep 6, 2023
1 parent 4ace8ce commit 1caea15
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,11 +142,6 @@ jobs:
- name: Translation check
run: yarn turbo run translation-check

- name: Reset Meteor
if: true # To be safe, let's _always_ reset this and regenerate
working-directory: ./apps/meteor
run: meteor reset

- name: Build Rocket.Chat From Pull Request
if: startsWith(github.ref, 'refs/pull/') == true
env:
Expand Down

0 comments on commit 1caea15

Please sign in to comment.