Skip to content

Commit db0c871

Browse files
authored
Don't run all tests when CI.yml changes (#56)
1 parent 586e125 commit db0c871

File tree

2 files changed

+0
-9
lines changed

2 files changed

+0
-9
lines changed

.github/workflows/CI.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -29,41 +29,33 @@ jobs:
2929
with:
3030
filters: |
3131
ChunkCodecCore:
32-
- .github/**
3332
- ChunkCodecCore/**
3433
- ChunkCodecTests/**
3534
LibBlosc:
36-
- .github/**
3735
- ChunkCodecCore/**
3836
- ChunkCodecTests/**
3937
- LibBlosc/**
4038
LibBrotli:
41-
- .github/**
4239
- ChunkCodecCore/**
4340
- ChunkCodecTests/**
4441
- LibBrotli/**
4542
LibBzip2:
46-
- .github/**
4743
- ChunkCodecCore/**
4844
- ChunkCodecTests/**
4945
- LibBzip2/**
5046
LibLz4:
51-
- .github/**
5247
- ChunkCodecCore/**
5348
- ChunkCodecTests/**
5449
- LibLz4/**
5550
LibSnappy:
56-
- .github/**
5751
- ChunkCodecCore/**
5852
- ChunkCodecTests/**
5953
- LibSnappy/**
6054
LibZlib:
61-
- .github/**
6255
- ChunkCodecCore/**
6356
- ChunkCodecTests/**
6457
- LibZlib/**
6558
LibZstd:
66-
- .github/**
6759
- ChunkCodecCore/**
6860
- ChunkCodecTests/**
6961
- LibZstd/**

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# ChunkCodecs (WIP)
22

3-
[![CI](https://github.com/JuliaIO/ChunkCodecs.jl/actions/workflows/CI.yml/badge.svg)](https://github.com/JuliaIO/ChunkCodecs.jl/actions/workflows/CI.yml)
43
[![Aqua QA](https://raw.githubusercontent.com/JuliaTesting/Aqua.jl/master/badge.svg)](https://github.com/JuliaTesting/Aqua.jl)
54

65
## Warning: ChunkCodecs is currently a WIP. Suggestions for major API changes are welcome.

0 commit comments

Comments
 (0)