Skip to content

Commit

Permalink
Replace get-changed-files action with the shared one
Browse files Browse the repository at this point in the history
  • Loading branch information
IlyaKhD committed Oct 7, 2024
1 parent c481879 commit 3242eaa
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 @@ -135,13 +135,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 3242eaa

Please sign in to comment.