Skip to content

Commit 912a4d6

Browse files
committed
[install] TEMPORARELY disable again all workflows but archiver.yml while debugging the latter (avoid overloading the CI)
1 parent f8b8fe5 commit 912a4d6

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/c-cpp.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
name: C/C++ CI
22

33
on:
4-
push:
5-
branches: [ master ]
6-
pull_request:
7-
branches: [ master ]
4+
#push:
5+
# branches: [ master ]
6+
#pull_request:
7+
# branches: [ master ]
88

99
jobs:
1010
debug_builds:

.github/workflows/testsuite_allprocesses.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ on:
1515
workflow_dispatch:
1616

1717
# Trigger the all-processes workflow for pull requests to master
18-
pull_request:
19-
branches: [ master ]
18+
#pull_request:
19+
# branches: [ master ]
2020

2121
# Trigger the all-processes workflow when new changes to the workflow are pushed
2222
# (NB: this is now disabled to avoid triggering two jobs when pushing to a branch for which a PR is opened)

0 commit comments

Comments
 (0)