aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2022-11-03 07:27:11 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2022-11-03 07:27:11 +0900
commit59a6caf83acf32915abf11ae81ca3167d2577b21 (patch)
tree3f4f0d28541b1de15d92e1c8927b52c0fd56d7d2
parentb777408c33b57077f8be09eaed9245eeca0b59c5 (diff)
downloadruby-59a6caf83acf32915abf11ae81ca3167d2577b21.tar.gz
Run only daily schedule because CodeQL provides a lot of false-positive results for Ruby code
-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 }}