From b0e7b2a66a4b33615dda50410548362a9fd29dc8 Mon Sep 17 00:00:00 2001 From: Andrea Valassi Date: Sat, 28 Sep 2024 11:44:18 +0200 Subject: [PATCH] [install] TEMPORARELY disable again all workflows but archiver.yml while debugging the latter (avoid overloading the CI) --- .github/workflows/c-cpp.yml | 4 ++-- .github/workflows/testsuite_allprocesses.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index 8eede28705..9f90911f5e 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -3,8 +3,8 @@ name: C/C++ CI on: push: branches: [ master ] - pull_request: - branches: [ master ] + #pull_request: + # branches: [ master ] jobs: debug_builds: diff --git a/.github/workflows/testsuite_allprocesses.yml b/.github/workflows/testsuite_allprocesses.yml index 28c5b9f9eb..e37c71dfe7 100644 --- a/.github/workflows/testsuite_allprocesses.yml +++ b/.github/workflows/testsuite_allprocesses.yml @@ -15,8 +15,8 @@ on: workflow_dispatch: # Trigger the all-processes workflow for pull requests to master - pull_request: - branches: [ master ] + #pull_request: + # branches: [ master ] # Trigger the all-processes workflow when new changes to the workflow are pushed # (NB: this is now disabled to avoid triggering two jobs when pushing to a branch for which a PR is opened)