Skip to content

Commit 93b096d

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

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

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