summaryrefslogtreecommitdiff
path: root/.github/workflows/mnv-codeql.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/mnv-codeql.yml')
-rw-r--r--.github/workflows/mnv-codeql.yml12
1 files changed, 2 insertions, 10 deletions
diff --git a/.github/workflows/mnv-codeql.yml b/.github/workflows/mnv-codeql.yml
index 0cad996fa1..ed3adae7c1 100644
--- a/.github/workflows/mnv-codeql.yml
+++ b/.github/workflows/mnv-codeql.yml
@@ -1,16 +1,8 @@
name: "mnv: CodeQL"
on:
- push:
- branches: [master]
- paths:
- - 'mnv/**'
- pull_request:
- branches: [master]
- paths:
- - 'mnv/**'
- schedule:
- - cron: '0 18 * * 1'
+ workflow_dispatch:
+ workflow_call:
concurrency:
group: ${{ github.workflow }}-${{ github.event_name == 'pull_request' && github.head_ref || github.sha }}