Skip to content

Commit c9ed81b

Browse files
committed
Cleanup GH workflow
Signed-off-by: Andrew Block <andy.block@gmail.com>
1 parent 58546ca commit c9ed81b

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: CI
33
on:
44
push:
55
branches:
6-
- initial-impl
6+
- main
77
pull_request:
88

99
env:
@@ -50,10 +50,3 @@ jobs:
5050
- name: Run sanity tests
5151
run: ansible-test sanity -v --color --python ${{ matrix.python_version }} --exclude changelogs/fragments/.gitignore --skip-test symlinks
5252
working-directory: ./ansible_collections/middleware_automation/common
53-
54-
# - name: Run molecule test
55-
# run: molecule test --all
56-
# working-directory: ./ansible_collections/middleware_automation/common
57-
# env:
58-
# PY_COLORS: '1'
59-
# ANSIBLE_FORCE_COLOR: '1'

0 commit comments

Comments
 (0)