remove conditionals. what happens?
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing

This commit is contained in:
Chris Hammer 2023-11-17 11:55:10 -05:00
parent ed78bb72f7
commit 0b2a1bd882

View File

@ -11,12 +11,12 @@ steps:
- git log -1 - git log -1
- ansible --version - ansible --version
- ansible-lint --version - ansible-lint --version
when: # when:
branch: # branch:
- development # - development
event: # event:
exclude: # exclude:
- pull_request # - pull_request
############################################################################### ###############################################################################