mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 19:57:04 +05:30
chore(github): allow running analysis actions manually
This commit is contained in:
parent
5c413d1f12
commit
bc90a8941a
2 changed files with 2 additions and 0 deletions
1
.github/workflows/codeql_analysis.yml
vendored
1
.github/workflows/codeql_analysis.yml
vendored
|
@ -1,6 +1,7 @@
|
||||||
name: "CodeQL"
|
name: "CodeQL"
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
workflow_dispatch:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: "20 3 * * 0"
|
- cron: "20 3 * * 0"
|
||||||
|
|
||||||
|
|
1
.github/workflows/qodana_scan.yml
vendored
1
.github/workflows/qodana_scan.yml
vendored
|
@ -1,6 +1,7 @@
|
||||||
name: Qodana
|
name: Qodana
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
workflow_dispatch:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: "20 3 * * 0"
|
- cron: "20 3 * * 0"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue