File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 2323 echo "repo=${{ github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name || github.repository }}"
2424 echo "changed_files=${{ github.event.pull_request.changed_files }}"
2525 echo "ref=${{ github.event.pull_request.head.ref }}"
26+ env
2627
2728 - name : Checkout
2829 uses : actions/checkout@v4
@@ -40,11 +41,11 @@ jobs:
4041 .*
4142 .github/workflows/test-check-transformers.yaml
4243 exclude-patterns : |-
43- ^examples/**
44- ^tests/e2e/**
45- ^tests/lmeval/**
46- ^tests/examples/**
47- **/* .md
44+ ^examples
45+ ^tests/e2e
46+ ^tests/lmeval
47+ ^tests/examples
48+ .md$
4849 - name : Log relevant output
4950 run : |
5051 echo "changes-present: ${{ steps.changed-files.outputs.all_changed_files }}"
You can’t perform that action at this time.
0 commit comments