mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Run only daily schedule because CodeQL provides a lot of false-positive results for Ruby code
This commit is contained in:
parent
b777408c33
commit
59a6caf83a
1 changed files with 17 additions and 17 deletions
34
.github/workflows/codeql-analysis.yml
vendored
34
.github/workflows/codeql-analysis.yml
vendored
|
@ -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 }}
|
||||
|
|
Loading…
Reference in a new issue