Skip to content

Commit

Permalink
ci change
Browse files Browse the repository at this point in the history
  • Loading branch information
meskill committed Sep 10, 2024
1 parent d609b24 commit e71ffaf
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/benchmark-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit e71ffaf

Please sign in to comment.