Skip to content

Commit

Permalink
QD-0 Remove CodeQL workflow trigger on push and pr (#83)
Browse files Browse the repository at this point in the history
CodeQL이 Self-hosted 러너를 과도하게 사용합니다.
Push 및 PR에 의해 동작하지 않도록 수정합니다. (스케쥴링 및 수동 실행만 동작)
  • Loading branch information
Web-Engine authored May 21, 2024
1 parent d6655e8 commit 59d0f2a
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,6 @@
name: 🔍 CodeQL

on:
push:
branches: ["main"]
pull_request:
# The branches below must be a subset of the branches above
branches: ["main"]
schedule:
- cron: "0 20 * * 0"
workflow_dispatch:
Expand Down

0 comments on commit 59d0f2a

Please sign in to comment.