From: andy5995 Date: Wed, 28 Dec 2022 14:57:36 +0000 (-0600) Subject: GHA: ignore changes to md files for most workflows X-Git-Tag: curl-7_88_0~194 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=92abdaf8e24ef597a1483096c3adbe2fb320569c;p=thirdparty%2Fcurl.git GHA: ignore changes to md files for most workflows Closes #10176 --- diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 674d1a5c98..0640d35306 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -1,4 +1,4 @@ -# Copyright (C) 2000 - 2022 Daniel Stenberg, , et al. +# Copyright (C) 2000 - 2023 Daniel Stenberg, , 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' diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 3ee62b8301..5ee40db16f 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -1,4 +1,4 @@ -# Copyright (C) 2000 - 2022 Daniel Stenberg, , et al. +# Copyright (C) 2000 - 2023 Daniel Stenberg, , 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 }} diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 4d4847fd07..7dfeeb27a6 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -1,4 +1,4 @@ -# Copyright (C) 2000 - 2022 Daniel Stenberg, , et al. +# Copyright (C) 2000 - 2023 Daniel Stenberg, , 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 }} diff --git a/.github/workflows/ngtcp2-gnutls.yml b/.github/workflows/ngtcp2-gnutls.yml index 96e21a49bc..0f2a9ec2e6 100644 --- a/.github/workflows/ngtcp2-gnutls.yml +++ b/.github/workflows/ngtcp2-gnutls.yml @@ -1,4 +1,4 @@ -# Copyright (C) 2000 - 2022 Daniel Stenberg, , et al. +# Copyright (C) 2000 - 2023 Daniel Stenberg, , 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 diff --git a/.github/workflows/ngtcp2-quictls.yml b/.github/workflows/ngtcp2-quictls.yml index 0662dea78c..78f9c45989 100644 --- a/.github/workflows/ngtcp2-quictls.yml +++ b/.github/workflows/ngtcp2-quictls.yml @@ -1,4 +1,4 @@ -# Copyright (C) 2000 - 2022 Daniel Stenberg, , et al. +# Copyright (C) 2000 - 2023 Daniel Stenberg, , 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 diff --git a/.github/workflows/ngtcp2-wolfssl.yml b/.github/workflows/ngtcp2-wolfssl.yml index 15de87ae7f..aa4af4a808 100644 --- a/.github/workflows/ngtcp2-wolfssl.yml +++ b/.github/workflows/ngtcp2-wolfssl.yml @@ -1,4 +1,4 @@ -# Copyright (C) 2000 - 2022 Daniel Stenberg, , et al. +# Copyright (C) 2000 - 2023 Daniel Stenberg, , 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 diff --git a/.github/workflows/torture.yml b/.github/workflows/torture.yml index 4c9a789198..43591db5d2 100644 --- a/.github/workflows/torture.yml +++ b/.github/workflows/torture.yml @@ -1,4 +1,4 @@ -# Copyright (C) 2000 - 2022 Daniel Stenberg, , et al. +# Copyright (C) 2000 - 2023 Daniel Stenberg, , 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 diff --git a/.github/workflows/wolfssl.yml b/.github/workflows/wolfssl.yml index f91057372a..5dffc57c41 100644 --- a/.github/workflows/wolfssl.yml +++ b/.github/workflows/wolfssl.yml @@ -1,4 +1,4 @@ -# Copyright (C) 2000 - 2022 Daniel Stenberg, , et al. +# Copyright (C) 2000 - 2023 Daniel Stenberg, , 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