File tree Expand file tree Collapse file tree 3 files changed +31
-29
lines changed
Expand file tree Collapse file tree 3 files changed +31
-29
lines changed Original file line number Diff line number Diff line change 22
33name : loadbalancer
44on :
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
2223jobs :
2324 build :
2627 - uses : actions/checkout@v5
2728
2829 - name : Set up Python 3.8
29- uses : actions/setup-python@v5
30+ uses : actions/setup-python@v6
3031 with :
3132 python-version : 3.8
3233
Original file line number Diff line number Diff line change 22
33name : mongo
44on :
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
1617jobs :
1718 build :
2021 - uses : actions/checkout@v5
2122
2223 - name : Set up Python 3.8
23- uses : actions/setup-python@v5
24+ uses : actions/setup-python@v6
2425 with :
2526 python-version : 3.8
2627
Original file line number Diff line number Diff line change 2222 - uses : actions/checkout@v5
2323
2424 - name : Set up Python 3.8
25- uses : actions/setup-python@v5
25+ uses : actions/setup-python@v6
2626 with :
2727 python-version : 3.8
2828
You can’t perform that action at this time.
0 commit comments