Skip to content

Commit a7bdc30

Browse files
committed
Fix build, disable molecule
1 parent ead9402 commit a7bdc30

File tree

2 files changed

+28
-26
lines changed

2 files changed

+28
-26
lines changed

.github/workflows/molecule-loadbalancer.yml

Lines changed: 17 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,23 @@
22

33
name: loadbalancer
44
on:
5-
push:
6-
paths:
7-
- 'roles/haproxy/**'
8-
- 'roles/keepalived/**'
9-
- 'roles/bind/**'
10-
- 'molecule/loadbalancer/**'
11-
- 'roles/selfsigned_certs/**'
12-
- '.github/workflows/molecule-loadbalancer.yml'
13-
pull_request:
14-
paths:
15-
- 'roles/haproxy/**'
16-
- 'roles/keepalived/**'
17-
- 'roles/bind/**'
18-
- 'molecule/loadbalancer/**'
19-
- 'roles/selfsigned_certs/**'
20-
- '.github/workflows/molecule-loadbalancer.yml'
5+
workflow_dispatch:
6+
# push:
7+
# paths:
8+
# - 'roles/haproxy/**'
9+
# - 'roles/keepalived/**'
10+
# - 'roles/bind/**'
11+
# - 'molecule/loadbalancer/**'
12+
# - 'roles/selfsigned_certs/**'
13+
# - '.github/workflows/molecule-loadbalancer.yml'
14+
# pull_request:
15+
# paths:
16+
# - 'roles/haproxy/**'
17+
# - 'roles/keepalived/**'
18+
# - 'roles/bind/**'
19+
# - 'molecule/loadbalancer/**'
20+
# - 'roles/selfsigned_certs/**'
21+
# - '.github/workflows/molecule-loadbalancer.yml'
2122

2223
jobs:
2324
build:

.github/workflows/molecule-mongo.yml

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,17 @@
22

33
name: mongo
44
on:
5-
push:
6-
paths:
7-
- 'roles/mongo/**'
8-
- 'molecule/mongo/**'
9-
- '.github/workflows/molecule-mongo.yml'
10-
pull_request:
11-
paths:
12-
- 'roles/mongo/**'
13-
- 'molecule/mongo/**'
14-
- '.github/workflows/molecule-mongo.yml'
5+
workflow_dispatch:
6+
# push:
7+
# paths:
8+
# - 'roles/mongo/**'
9+
# - 'molecule/mongo/**'
10+
# - '.github/workflows/molecule-mongo.yml'
11+
# pull_request:
12+
# paths:
13+
# - 'roles/mongo/**'
14+
# - 'molecule/mongo/**'
15+
# - '.github/workflows/molecule-mongo.yml'
1516

1617
jobs:
1718
build:

0 commit comments

Comments
 (0)