Skip to content

Commit 5f9b63a

Browse files
authored
chore(ci): fix ignore filter (#21580)
1 parent 2c24f7e commit 5f9b63a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/regression.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
all_changed:
6969
- added|deleted|modified: "**"
7070
ignore:
71-
- "./.github/!(regression.yml)"
71+
- "./.github/**/!(regression.yml)"
7272
- "./.gitignore"
7373
- "distribution/**"
7474
- "rust-doc/**"

0 commit comments

Comments
 (0)