fix/python-secuirty-cron#146
No reviewers
Labels
No milestone
No project
No assignees
2 participants Notifications
Due date No due date set.
Dependencies
No dependencies set.
Reference: Codeberg-CI/examples#146
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "kierun/examples:fix/python-secuirty-cron"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Fixes security job via
cron
.See #143
@ -11,3 +19,3 @@
branch: main
- event: cron
schedule: '@weekly'
cron: "Daily security run" # See note above!
Shouldn't it only be called "security run"? So that people can decide if they want to run it daily or weekly?
Good point. I added some documentation about it too.
@Gusted For some reason, my editor is not picking the correct prettier configuration file. Thank you for fixing it.