Skip to content

Commit

Permalink
sap_general_preconfigure: Implement manual workflow trigger
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 26, 2024
1 parent cf87f1b commit b113268
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ansible-lint-sap_general_preconfigure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@ on:
- dev
paths:
- 'roles/sap_general_preconfigure/**'
workflow_dispatch:
branches:
- main
- dev
paths:
- 'roles/sap_general_preconfigure/**'

jobs:
ansible-lint:
Expand Down

0 comments on commit b113268

Please sign in to comment.