Skip to content

Commit

Permalink
fix(.github/workflows): Implement again 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 8d62971 commit 0622a58
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 0622a58

Please sign in to comment.