From 60bee2755055ea3ecd7ae9fbbbb165c92f098727 Mon Sep 17 00:00:00 2001 From: Anton Lykhoyda Date: Mon, 26 Aug 2024 17:49:49 +0200 Subject: [PATCH] remove ci check --- .github/workflows/ci-workflow.yaml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/.github/workflows/ci-workflow.yaml b/.github/workflows/ci-workflow.yaml index 00a8386a..a2125da6 100644 --- a/.github/workflows/ci-workflow.yaml +++ b/.github/workflows/ci-workflow.yaml @@ -25,18 +25,6 @@ jobs: run: yarn run build - name: Run linter run: yarn run lint - - uses: tj-actions/verify-changed-files@v17 - if: github.ref_name != 'master' - id: verify-changed-files - with: - files: | - packages/snap/snap.manifest.json - - name: Check if snap manifest updated - if: steps.verify-changed-files.outputs.files_changed == 'true' - run: | - echo "Snap manifest not updated: ${{ steps.verify-changed-files.outputs.changed_files }} - or @metamask/snaps-cli version is different from local version" - exit 1 - name: Run tests run: yarn run test