Skip to content

Commit aea1f04

Browse files
committed
Use simpler regexes
1 parent 6dcb417 commit aea1f04

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/workflows/test-check-transformers.yaml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
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 }}"

0 commit comments

Comments
 (0)