mirror of
https://github.com/iustin/mt-st.git
synced 2026-01-10 13:47:23 +00:00
Allow manual workflow runs
Turns out, both CI and CodeQL were disabled due to lack of activity, so all the recent pushes were not tested. Allow manual runs for such cases i the future.
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -12,6 +12,8 @@ on:
|
||||
# changed dependencies.
|
||||
schedule:
|
||||
- cron: '17 04 * * 0'
|
||||
# Manual trigger
|
||||
workflow_dispatch:
|
||||
|
||||
name: CI
|
||||
jobs:
|
||||
|
||||
2
.github/workflows/codeql-analysis.yml
vendored
2
.github/workflows/codeql-analysis.yml
vendored
@@ -8,6 +8,8 @@ on:
|
||||
branches: [main]
|
||||
schedule:
|
||||
- cron: '0 5 * * 1'
|
||||
# Manual run:
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
analyze:
|
||||
|
||||
Reference in New Issue
Block a user