Skip to content

Commit

Permalink
Replace get-changed-files action with the shared one (#28140)
Browse files Browse the repository at this point in the history
  • Loading branch information
IlyaKhD authored Oct 7, 2024
1 parent cc75a32 commit 5b561e5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 26 deletions.
21 changes: 0 additions & 21 deletions .github/actions/get-changed-files/action.yml

This file was deleted.

9 changes: 4 additions & 5 deletions .github/workflows/demos_visual_tests_frameworks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,13 +165,12 @@ jobs:
uses: actions/checkout@v4

- name: Get changed files
uses: ./.github/actions/get-changed-files
uses: DevExpress/github-actions/get-changed-files@v1
if: github.event_name == 'pull_request' && !contains(github.event.pull_request.labels.*.name, 'force all tests')
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
path: apps/demos/Demos
result: apps/demos/changed-files.json
gh-token: ${{ secrets.GITHUB_TOKEN }}
paths: 'apps/demos/Demos/**/*'
output: apps/demos/changed-files.json

- name: Upload artifacts
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 5b561e5

Please sign in to comment.