Skip to content

Commit

Permalink
fix(.github/workflows): Implement manually triggered workflow
Browse files Browse the repository at this point in the history
Relates to sap-linuxlab#621.

Signed-off-by: Bernd Finger <[email protected]>
  • Loading branch information
berndfinger committed Jan 25, 2024
1 parent cf87f1b commit 6fe68db
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ansible-lint-sap_maintain_etc_hosts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@ on:
- dev
paths:
- 'roles/sap_maintain_etc_hosts/**'
workflow_dispatch:
branches:
- main
- dev
paths:
- 'roles/sap_maintain_etc_hosts/**'

jobs:
ansible-lint:
Expand Down

0 comments on commit 6fe68db

Please sign in to comment.