Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Commit 796c8cf

Browse files
authored
run codeql workflows on pull_request only (#383)
1 parent af29cf0 commit 796c8cf

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/codeql.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
name: "Code Scanning"
22

3-
on:
4-
push:
5-
pull_request:
6-
schedule:
7-
- cron: '0 0 * * 0'
3+
on: pull_request
84

95
jobs:
106
CodeQL:

0 commit comments

Comments
 (0)