reusable workflow: change job name #44
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | ||
Check failure on line 1 in .github/workflows/ansible-lint-sap_ha_pacemaker_cluster.yml GitHub Actions / .github/workflows/ansible-lint-sap_ha_pacemaker_cluster.ymlInvalid workflow file
|
||
# Workflow for ansible-lint of a role | ||
name: ansible-lint of the role sap_ha_pacemaker_cluster | ||
on: | ||
push: | ||
branches: | ||
- main | ||
- dev | ||
paths: | ||
- 'roles/sap_ha_pacemaker_cluster/**' | ||
pull_request: | ||
branches: | ||
- main | ||
- dev | ||
paths: | ||
- 'roles/sap_ha_pacemaker_cluster/**' | ||
jobs: | ||
ansible-lint: | ||
call-ansible-lint-with-role: | ||
uses: sap-linuxlab/community.sap_install/.github/workflows/ansible-lint-sap_reusable_workflow.yml@main | ||
with: | ||
role: sap_ha_pacemaker_cluster | ||