Skip to content

Commit

Permalink
Merge pull request #236 from tnull/2024-01-allow-manual-audit-trigger
Browse files Browse the repository at this point in the history
Allow manual audit trigger
  • Loading branch information
tnull authored Feb 1, 2024
2 parents 9decf60 + 3306d20 commit 57c79cd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/audit.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: Security audit
name: Security Audit
on:
workflow_dispatch:
schedule:
- cron: '0 0 * * *'

Expand Down

0 comments on commit 57c79cd

Please sign in to comment.