Skip to content

Commit

Permalink
Stop running CodeQL in CI; instead, run it periodically or at conveni…
Browse files Browse the repository at this point in the history
…ence
  • Loading branch information
yasulab committed Oct 29, 2023
1 parent a77e73b commit d43df84
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,12 @@
name: "CodeQL"

on:
push:
branches: [ "main" ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ "main" ]
# CodeQL は任意のタイミングで使う。普段の CI では実行しない
#push:
# branches: [ "main" ]
#pull_request:
# # The branches below must be a subset of the branches above
# branches: [ "main" ]
schedule:
- cron: '0 12 * * 5'
# Allows you to run this workflow manually from the Actions tab
Expand Down

0 comments on commit d43df84

Please sign in to comment.