]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
GHA: ignore changes to md files for most workflows
authorandy5995 <arch_stanton5995@protonmail.com>
Wed, 28 Dec 2022 14:57:36 +0000 (08:57 -0600)
committerDaniel Stenberg <daniel@haxx.se>
Sun, 1 Jan 2023 23:13:02 +0000 (00:13 +0100)
Closes #10176

.github/workflows/codeql-analysis.yml
.github/workflows/linux.yml
.github/workflows/macos.yml
.github/workflows/ngtcp2-gnutls.yml
.github/workflows/ngtcp2-quictls.yml
.github/workflows/ngtcp2-wolfssl.yml
.github/workflows/torture.yml
.github/workflows/wolfssl.yml

index 674d1a5c98860d0df7fa6ae007a264315ffccbfb..0640d353066f8a69fb8af628d3eba496a177e402 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2000 - 2022 Daniel Stenberg, <daniel@haxx.se>, et al.
+# Copyright (C) 2000 - 2023 Daniel Stenberg, <daniel@haxx.se>, et al.
 #
 # SPDX-License-Identifier: curl
 
@@ -9,9 +9,13 @@ on:
     branches:
     - master
     - '*/ci'
+    paths-ignore:
+    - '**/*.md'
   pull_request:
     branches:
     - master
+    paths-ignore:
+    - '**/*.md'
   schedule:
     - cron: '0 0 * * 4'
 
index 3ee62b83016c04edb3de25323f8546e40896903b..5ee40db16fc24aaa137a4987a1c0355c0723bb1b 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2000 - 2022 Daniel Stenberg, <daniel@haxx.se>, et al.
+# Copyright (C) 2000 - 2023 Daniel Stenberg, <daniel@haxx.se>, et al.
 #
 # SPDX-License-Identifier: curl
 
@@ -9,9 +9,13 @@ on:
     branches:
     - master
     - '*/ci'
+    paths-ignore:
+    - '**/*.md'
   pull_request:
     branches:
     - master
+    paths-ignore:
+    - '**/*.md'
 
 concurrency:
   group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
index 4d4847fd07bf547d1e6f15f9ae9751c0364ef218..7dfeeb27a6e68b00c2682854942a14186012ad37 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2000 - 2022 Daniel Stenberg, <daniel@haxx.se>, et al.
+# Copyright (C) 2000 - 2023 Daniel Stenberg, <daniel@haxx.se>, et al.
 #
 # SPDX-License-Identifier: curl
 
@@ -9,9 +9,13 @@ on:
     branches:
     - master
     - '*/ci'
+    paths-ignore:
+    - '**/*.md'
   pull_request:
     branches:
     - master
+    paths-ignore:
+    - '**/*.md'
 
 concurrency:
   group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
index 96e21a49bc5dc0db55a468ddaa6c8b5f68e94383..0f2a9ec2e6c53a72c000c067abf94ab56a7ecefd 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2000 - 2022 Daniel Stenberg, <daniel@haxx.se>, et al.
+# Copyright (C) 2000 - 2023 Daniel Stenberg, <daniel@haxx.se>, et al.
 #
 # SPDX-License-Identifier: curl
 
@@ -9,9 +9,13 @@ on:
     branches:
     - master
     - '*/ci'
+    paths-ignore:
+    - '**/*.md'
   pull_request:
     branches:
     - master
+    paths-ignore:
+    - '**/*.md'
 
 concurrency:
   # Hardcoded workflow filename as workflow name above is just Linux again
index 0662dea78c72e49ab7722839349bb40b23c6619c..78f9c45989c237050a0ddea8f346cb1e999a8901 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2000 - 2022 Daniel Stenberg, <daniel@haxx.se>, et al.
+# Copyright (C) 2000 - 2023 Daniel Stenberg, <daniel@haxx.se>, et al.
 #
 # SPDX-License-Identifier: curl
 
@@ -9,9 +9,13 @@ on:
     branches:
     - master
     - '*/ci'
+    paths-ignore:
+    - '**/*.md'
   pull_request:
     branches:
     - master
+    paths-ignore:
+    - '**/*.md'
 
 concurrency:
   # Hardcoded workflow filename as workflow name above is just Linux again
index 15de87ae7f7ccaaa29bd179b8a1c780ea721a296..aa4af4a808e4c3894c9243089230180a35703a10 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2000 - 2022 Daniel Stenberg, <daniel@haxx.se>, et al.
+# Copyright (C) 2000 - 2023 Daniel Stenberg, <daniel@haxx.se>, et al.
 #
 # SPDX-License-Identifier: curl
 
@@ -9,9 +9,13 @@ on:
     branches:
     - master
     - '*/ci'
+    paths-ignore:
+    - '**/*.md'
   pull_request:
     branches:
     - master
+    paths-ignore:
+    - '**/*.md'
 
 concurrency:
   # Hardcoded workflow filename as workflow name above is just Linux again
index 4c9a789198064df75dbace07807593c8867e2138..43591db5d211850cbb2720f9506807c6591ed3be 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2000 - 2022 Daniel Stenberg, <daniel@haxx.se>, et al.
+# Copyright (C) 2000 - 2023 Daniel Stenberg, <daniel@haxx.se>, et al.
 #
 # SPDX-License-Identifier: curl
 
@@ -9,9 +9,13 @@ on:
     branches:
     - master
     - '*/ci'
+    paths-ignore:
+    - '**/*.md'
   pull_request:
     branches:
     - master
+    paths-ignore:
+    - '**/*.md'
 
 concurrency:
   # Hardcoded workflow filename as workflow name above is just Linux again
index f91057372a4079b0ec455c569dc921f74556327f..5dffc57c41a47216d3e7179dbc32256c3f971182 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2000 - 2022 Daniel Stenberg, <daniel@haxx.se>, et al.
+# Copyright (C) 2000 - 2023 Daniel Stenberg, <daniel@haxx.se>, et al.
 #
 # SPDX-License-Identifier: curl
 
@@ -9,9 +9,13 @@ on:
     branches:
     - master
     - '*/ci'
+    paths-ignore:
+    - '**/*.md'
   pull_request:
     branches:
     - master
+    paths-ignore:
+    - '**/*.md'
 
 concurrency:
   # Hardcoded workflow filename as workflow name above is just Linux again