summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorDan Fandrich <dan@coneharvesters.com>2023-04-24 16:34:26 -0700
committerDan Fandrich <dan@coneharvesters.com>2023-04-24 20:46:09 -0700
commitfe61f015e5d4648958f5a329dcc34862795e1f4e (patch)
treec8be9e2625d7d4aaa14de28cecf7c4a98761e8ac /.github
parent6d0d8b90e23d45e6a6678dc9d7cae4572a124007 (diff)
downloadcurl-fe61f015e5d4648958f5a329dcc34862795e1f4e.tar.gz
CI: don't run CI jobs if only another CI was changed
A few paths were missed in the last commit, as well as a job added since then. Followup-to 395b9175
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/awslc.yml16
-rw-r--r--.github/workflows/fuzz.yml1
2 files changed, 17 insertions, 0 deletions
diff --git a/.github/workflows/awslc.yml b/.github/workflows/awslc.yml
index 4b087fb1c..6e012ea45 100644
--- a/.github/workflows/awslc.yml
+++ b/.github/workflows/awslc.yml
@@ -11,11 +11,27 @@ on:
- '*/ci'
paths-ignore:
- '**/*.md'
+ - '.azure-pipelines.yml'
+ - '.circleci/**'
+ - '.cirrus.yml'
+ - 'appveyor.yml'
+ - 'packages/**'
+ - 'plan9/**'
+ - 'projects/**'
+ - 'winbuild/**'
pull_request:
branches:
- master
paths-ignore:
- '**/*.md'
+ - '.azure-pipelines.yml'
+ - '.circleci/**'
+ - '.cirrus.yml'
+ - 'appveyor.yml'
+ - 'packages/**'
+ - 'plan9/**'
+ - 'projects/**'
+ - 'winbuild/**'
concurrency:
# Hardcoded workflow filename as workflow name above is just Linux again
diff --git a/.github/workflows/fuzz.yml b/.github/workflows/fuzz.yml
index 4554ec39b..695e0def9 100644
--- a/.github/workflows/fuzz.yml
+++ b/.github/workflows/fuzz.yml
@@ -29,6 +29,7 @@ on:
- '**/*.md'
- '**/CMakeLists.txt'
- '.azure-pipelines.yml'
+ - '.circleci/**'
- '.cirrus.yml'
- 'appveyor.yml'
- 'CMake/**'