We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9476cf9 commit 6dcb417Copy full SHA for 6dcb417
.github/workflows/test-check-transformers.yaml
@@ -36,16 +36,15 @@ jobs:
36
id: changed-files
37
uses: neuralmagic/nm-actions/actions/changed-files@update-change-tracking
38
with:
39
- include-patterns: |
+ include-patterns: |-
40
.*
41
.github/workflows/test-check-transformers.yaml
42
- exclude-patterns: |
+ exclude-patterns: |-
43
^examples/**
44
^tests/e2e/**
45
^tests/lmeval/**
46
^tests/examples/**
47
**/*.md
48
-
49
- name: Log relevant output
50
run: |
51
echo "changes-present: ${{ steps.changed-files.outputs.all_changed_files }}"
0 commit comments