Skip to content

Commit abb9bd9

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

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
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: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ name: running acceptance test
99

1010
on:
1111
# Triggers the workflow on push request events but exclude commits on some paths and tags
12-
push:
13-
paths-ignore:
14-
- 'docs/**'
15-
#- '.github/**'
16-
tags-ignore:
17-
- '*'
12+
#push:
13+
# paths-ignore:
14+
# - 'docs/**'
15+
# #- '.github/**'
16+
# tags-ignore:
17+
# - '*'
1818

1919
# Allows you to run this workflow manually from the Actions tab
2020
workflow_dispatch:

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