chore(github): allow running analysis actions manually

This commit is contained in:
Harsh Shandilya 2023-01-06 20:37:33 +05:30
parent 5c413d1f12
commit bc90a8941a
No known key found for this signature in database
2 changed files with 2 additions and 0 deletions

View file

@ -1,6 +1,7 @@
name: "CodeQL" name: "CodeQL"
on: on:
workflow_dispatch:
schedule: schedule:
- cron: "20 3 * * 0" - cron: "20 3 * * 0"

View file

@ -1,6 +1,7 @@
name: Qodana name: Qodana
on: on:
workflow_dispatch:
schedule: schedule:
- cron: "20 3 * * 0" - cron: "20 3 * * 0"