1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Allow to trigger manual code scanning run.

This commit is contained in:
Felix Fontein 2022-11-22 12:51:25 +01:00
parent f2a420ead5
commit 3bf3d6bff4

View file

@ -8,6 +8,7 @@ name: "Code scanning - action"
on:
schedule:
- cron: '26 19 * * 1'
workflow_dispatch:
permissions:
contents: read