Skip to content

Commit 4e1de93

Browse files
committed
[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 d4b10b9.
1 parent eb8d142 commit 4e1de93

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/c-cpp.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ name: C/C++ CI
33
on:
44
push:
55
branches: [ master ]
6-
#pull_request:
7-
# 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)