From 165de5ace3434ece28c566caee0d094d2bf63ff8 Mon Sep 17 00:00:00 2001 From: Edoardo Zoni Date: Tue, 22 Oct 2024 11:00:56 -0700 Subject: [PATCH] Test CI tricks to skip workflows --- .azure-pipelines.yml | 1 + .github/workflows/clang_sanitizers.yml | 2 ++ .github/workflows/clang_tidy.yml | 2 ++ .github/workflows/codeql.yml | 4 ++++ .github/workflows/cuda.yml | 2 ++ .github/workflows/hip.yml | 2 ++ .github/workflows/insitu.yml | 2 ++ .github/workflows/intel.yml | 2 ++ .github/workflows/macos.yml | 2 ++ .github/workflows/ubuntu.yml | 2 ++ .github/workflows/windows.yml | 2 ++ 11 files changed, 23 insertions(+) diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml index 607edecedd6..316c0757f18 100644 --- a/.azure-pipelines.yml +++ b/.azure-pipelines.yml @@ -12,6 +12,7 @@ pr: paths: exclude: - Docs + - ".github" jobs: - job: diff --git a/.github/workflows/clang_sanitizers.yml b/.github/workflows/clang_sanitizers.yml index e89cb676a03..4cf09183c50 100644 --- a/.github/workflows/clang_sanitizers.yml +++ b/.github/workflows/clang_sanitizers.yml @@ -7,6 +7,8 @@ on: pull_request: paths-ignore: - "Docs/**" + - ".github/**" + - ".azure-pipelines.yml" concurrency: group: ${{ github.ref }}-${{ github.head_ref }}-clangsanitizers diff --git a/.github/workflows/clang_tidy.yml b/.github/workflows/clang_tidy.yml index edb3e8b1988..06fb60f3440 100644 --- a/.github/workflows/clang_tidy.yml +++ b/.github/workflows/clang_tidy.yml @@ -7,6 +7,8 @@ on: pull_request: paths-ignore: - "Docs/**" + - ".github/**" + - ".azure-pipelines.yml" concurrency: group: ${{ github.ref }}-${{ github.head_ref }}-clangtidy diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index e3549ae340a..ae42fd2c871 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -5,6 +5,10 @@ on: branches: [ "development" ] pull_request: branches: [ "development" ] + paths-ignore: + - "Docs/**" + - ".github/**" + - ".azure-pipelines.yml" schedule: - cron: "27 3 * * 0" diff --git a/.github/workflows/cuda.yml b/.github/workflows/cuda.yml index a4fc4e49ace..b6377808eb3 100644 --- a/.github/workflows/cuda.yml +++ b/.github/workflows/cuda.yml @@ -7,6 +7,8 @@ on: pull_request: paths-ignore: - "Docs/**" + - ".github/**" + - ".azure-pipelines.yml" concurrency: group: ${{ github.ref }}-${{ github.head_ref }}-cuda diff --git a/.github/workflows/hip.yml b/.github/workflows/hip.yml index 8ba39de7742..ff4ae6798d6 100644 --- a/.github/workflows/hip.yml +++ b/.github/workflows/hip.yml @@ -7,6 +7,8 @@ on: pull_request: paths-ignore: - "Docs/**" + - ".github/**" + - ".azure-pipelines.yml" concurrency: group: ${{ github.ref }}-${{ github.head_ref }}-hip diff --git a/.github/workflows/insitu.yml b/.github/workflows/insitu.yml index 50b482d28d3..54a010a00ae 100644 --- a/.github/workflows/insitu.yml +++ b/.github/workflows/insitu.yml @@ -7,6 +7,8 @@ on: pull_request: paths-ignore: - "Docs/**" + - ".github/**" + - ".azure-pipelines.yml" concurrency: group: ${{ github.ref }}-${{ github.head_ref }}-insituvis diff --git a/.github/workflows/intel.yml b/.github/workflows/intel.yml index 170008d0672..b2896be5643 100644 --- a/.github/workflows/intel.yml +++ b/.github/workflows/intel.yml @@ -7,6 +7,8 @@ on: pull_request: paths-ignore: - "Docs/**" + - ".github/**" + - ".azure-pipelines.yml" concurrency: group: ${{ github.ref }}-${{ github.head_ref }}-intel diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 069567d39ec..e8d2579bf98 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -7,6 +7,8 @@ on: pull_request: paths-ignore: - "Docs/**" + - ".github/**" + - ".azure-pipelines.yml" concurrency: group: ${{ github.ref }}-${{ github.head_ref }}-macos diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index bbe20679781..cf2c9ba52ae 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -7,6 +7,8 @@ on: pull_request: paths-ignore: - "Docs/**" + - ".github/**" + - ".azure-pipelines.yml" concurrency: group: ${{ github.ref }}-${{ github.head_ref }}-ubuntu diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index ae4843e0536..5ff71d45593 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -7,6 +7,8 @@ on: pull_request: paths-ignore: - "Docs/**" + - ".github/**" + - ".azure-pipelines.yml" concurrency: group: ${{ github.ref }}-${{ github.head_ref }}-windows