Skip to content

Commit 18f9b3b

Browse files
committed
[install] reenable all workflows
Revert "[install] TEMPORARELY disable all workflows but archiver.yml while debugging the latter (avoid overloading the CI)" This reverts commit ef64378.
1 parent 837054e commit 18f9b3b

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
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/madgraph_launch_test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ name: running acceptance test
88
# branches: [ main LTS ]
99
on:
1010
# Triggers the workflow on push or pull request events but only for the 3.4.0 branch
11-
# push:
12-
# paths-ignore:
13-
# - 'docs/**'
11+
push:
12+
paths-ignore:
13+
- 'docs/**'
1414
# - '.github/**'
1515

1616
# Allows you to run this workflow manually from the Actions tab

.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)