aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/codeql-analysis.yml34
1 files changed, 17 insertions, 17 deletions
diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml
index 85b11e90e7..42f1494b1d 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -1,24 +1,24 @@
name: "Code scanning - action"
on:
- push:
- paths-ignore:
- - 'doc/**'
- - '**.md'
- - '**.rdoc'
- - '**/.document'
- - '**.[1-8]'
- - '**.ronn'
- pull_request:
- paths-ignore:
- - 'doc/**'
- - '**.md'
- - '**.rdoc'
- - '**/.document'
- - '**.[1-8]'
- - '**.ronn'
+ # push:
+ # paths-ignore:
+ # - 'doc/**'
+ # - '**.md'
+ # - '**.rdoc'
+ # - '**/.document'
+ # - '**.[1-8]'
+ # - '**.ronn'
+ # pull_request:
+ # paths-ignore:
+ # - 'doc/**'
+ # - '**.md'
+ # - '**.rdoc'
+ # - '**/.document'
+ # - '**.[1-8]'
+ # - '**.ronn'
schedule:
- - cron: '0 12 * * 4'
+ - cron: '0 12 * * *'
concurrency:
group: ${{ github.workflow }} / ${{ startsWith(github.event_name, 'pull') && github.ref_name || github.sha }}