From e71ffaf61124db7f5a945baa4961ff0b3baa1126 Mon Sep 17 00:00:00 2001 From: meskill <8974488+meskill@users.noreply.github.com> Date: Tue, 10 Sep 2024 12:58:47 +0000 Subject: [PATCH] ci change --- .github/workflows/benchmark-pull-request.yaml | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/.github/workflows/benchmark-pull-request.yaml b/.github/workflows/benchmark-pull-request.yaml index 12545f2..796f194 100644 --- a/.github/workflows/benchmark-pull-request.yaml +++ b/.github/workflows/benchmark-pull-request.yaml @@ -19,21 +19,6 @@ jobs: steps: - uses: actions/checkout@v4 - - name: Get changed files - id: changed-files - uses: tj-actions/changed-files@v45 - with: - files: projects/${{ github.event.pull_request.head.repo.owner.login }}/** - - - name: Check for unrelated changes - if: steps.changed-files.outputs.other_modified_files_count != 0 - run: | - echo "Found changes in the files outside of the participant project folder" - echo "Check the rules and make changes/additions only inside projects/${{ github.event.pull_request.head.repo.owner.login }}" - echo "Following files have changes:" - echo ${{ steps.changed-files.outputs.other_modified_files }} - exit 1 - - name: Install Stable Toolchain uses: actions-rust-lang/setup-rust-toolchain@v1