From ff6bbfc0b3201c13f1b0d9b07bbcf02b9ef46ccb Mon Sep 17 00:00:00 2001 From: Andrea Valassi Date: Tue, 1 Oct 2024 14:31:04 +0200 Subject: [PATCH] [install] reenable again all workflows after debugging archiver.yml Revert "[install] TEMPORARELY disable again all workflows but archiver.yml while debugging the latter (avoid overloading the CI)" This reverts commit d4b10b96b60daad5bf4eaa088c58ec57caa1e890. --- .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 9f90911f5e..8eede28705 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 e37c71dfe7..28c5b9f9eb 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)