From ef64378e691b6f9b2c49fa1f261bbe0d9d7113a5 Mon Sep 17 00:00:00 2001 From: Andrea Valassi Date: Sat, 28 Sep 2024 11:44:18 +0200 Subject: [PATCH] [install] TEMPORARELY disable all workflows but archiver.yml while debugging the latter (avoid overloading the CI) --- .github/workflows/c-cpp.yml | 8 ++++---- .github/workflows/madgraph_launch_test.yml | 6 +++--- .github/workflows/testsuite_allprocesses.yml | 4 ++-- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index 8eede28705..2dfafa895b 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -1,10 +1,10 @@ name: C/C++ CI on: - push: - branches: [ master ] - pull_request: - branches: [ master ] + #push: + # branches: [ master ] + #pull_request: + # branches: [ master ] jobs: debug_builds: diff --git a/.github/workflows/madgraph_launch_test.yml b/.github/workflows/madgraph_launch_test.yml index bfe7cc1fea..f478b10331 100644 --- a/.github/workflows/madgraph_launch_test.yml +++ b/.github/workflows/madgraph_launch_test.yml @@ -8,9 +8,9 @@ name: running acceptance test # branches: [ main LTS ] on: # Triggers the workflow on push or pull request events but only for the 3.4.0 branch - push: - paths-ignore: - - 'docs/**' +# push: +# paths-ignore: +# - 'docs/**' # - '.github/**' # Allows you to run this workflow manually from the Actions tab 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)