Skip to content

Commit

Permalink
[install] TEMPORARELY disable again all workflows but archiver.yml wh…
Browse files Browse the repository at this point in the history
…ile debugging the latter (avoid overloading the CI)
  • Loading branch information
valassi committed Oct 3, 2024
1 parent 9eb427d commit b0e7b2a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: C/C++ CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
#pull_request:
# branches: [ master ]

jobs:
debug_builds:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/testsuite_allprocesses.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit b0e7b2a

Please sign in to comment.