CI: skip CI builds that just touch Dockerfile

This file sees regular updates but isn't used by any CI build.
This commit is contained in:
Dan Fandrich 2025-07-02 18:26:59 -07:00
parent cd9d791651
commit ab667c73a4
10 changed files with 19 additions and 0 deletions

View file

@ -15,6 +15,7 @@ name: 'Source'
- '**/*.md'
- '.circleci/**'
- 'appveyor.*'
- 'Dockerfile'
- 'plan9/**'
- 'tests/data/**'
- 'winbuild/**'
@ -25,6 +26,7 @@ name: 'Source'
- '**/*.md'
- '.circleci/**'
- 'appveyor.*'
- 'Dockerfile'
- 'plan9/**'
- 'tests/data/**'
- 'winbuild/**'

View file

@ -13,6 +13,7 @@ name: 'curl-for-win'
- '**/*.md'
- '.circleci/**'
- 'appveyor.*'
- 'Dockerfile'
- 'packages/**'
- 'plan9/**'
- 'projects/**'
@ -24,6 +25,7 @@ name: 'curl-for-win'
- '**/*.md'
- '.circleci/**'
- 'appveyor.*'
- 'Dockerfile'
- 'packages/**'
- 'plan9/**'
- 'projects/**'

View file

@ -15,6 +15,7 @@ name: 'Fuzzer'
- '.circleci/**'
- 'appveyor.*'
- 'CMake/**'
- 'Dockerfile'
- 'packages/**'
- 'plan9/**'
- 'projects/**'
@ -29,6 +30,7 @@ name: 'Fuzzer'
- '.circleci/**'
- 'appveyor.*'
- 'CMake/**'
- 'Dockerfile'
- 'packages/**'
- 'plan9/**'
- 'projects/**'

View file

@ -13,6 +13,7 @@ name: 'Linux HTTP/3'
- '**/*.md'
- '.circleci/**'
- 'appveyor.*'
- 'Dockerfile'
- 'packages/**'
- 'plan9/**'
- 'projects/**'
@ -24,6 +25,7 @@ name: 'Linux HTTP/3'
- '**/*.md'
- '.circleci/**'
- 'appveyor.*'
- 'Dockerfile'
- 'packages/**'
- 'plan9/**'
- 'projects/**'

View file

@ -27,6 +27,7 @@ name: 'Old Linux'
- '**/*.md'
- '.circleci/**'
- 'appveyor.*'
- 'Dockerfile'
- 'packages/**'
- 'plan9/**'
- 'projects/**'
@ -38,6 +39,7 @@ name: 'Old Linux'
- '**/*.md'
- '.circleci/**'
- 'appveyor.*'
- 'Dockerfile'
- 'packages/**'
- 'plan9/**'
- 'projects/**'

View file

@ -13,6 +13,7 @@ name: 'Linux'
- '**/*.md'
- '.circleci/**'
- 'appveyor.*'
- 'Dockerfile'
- 'packages/**'
- 'plan9/**'
- 'projects/**'
@ -24,6 +25,7 @@ name: 'Linux'
- '**/*.md'
- '.circleci/**'
- 'appveyor.*'
- 'Dockerfile'
- 'packages/**'
- 'plan9/**'
- 'projects/**'

View file

@ -13,6 +13,7 @@ name: 'macOS'
- '**/*.md'
- '.circleci/**'
- 'appveyor.*'
- 'Dockerfile'
- 'packages/**'
- 'plan9/**'
- 'projects/**'
@ -24,6 +25,7 @@ name: 'macOS'
- '**/*.md'
- '.circleci/**'
- 'appveyor.*'
- 'Dockerfile'
- 'packages/**'
- 'plan9/**'
- 'projects/**'

View file

@ -13,6 +13,7 @@ name: 'non-native'
- '**/*.md'
- '.circleci/**'
- 'appveyor.*'
- 'Dockerfile'
- 'packages/**'
- 'plan9/**'
- 'projects/**'
@ -24,6 +25,7 @@ name: 'non-native'
- '**/*.md'
- '.circleci/**'
- 'appveyor.*'
- 'Dockerfile'
- 'packages/**'
- 'plan9/**'
- 'projects/**'

View file

@ -13,6 +13,7 @@ name: 'Windows'
- '**/*.md'
- '.circleci/**'
- 'appveyor.*'
- 'Dockerfile'
- 'packages/**'
- 'plan9/**'
- 'projects/**'
@ -24,6 +25,7 @@ name: 'Windows'
- '**/*.md'
- '.circleci/**'
- 'appveyor.*'
- 'Dockerfile'
- 'packages/**'
- 'plan9/**'
- 'projects/**'

View file

@ -224,6 +224,7 @@ skip_commits:
files:
- '.circleci/*'
- '.github/**/*'
- 'Dockerfile'
- 'packages/**/*'
- 'plan9/**/*'