Skip to content

Commit 9adf9be

Browse files
committed
No need to manually disable.
1 parent 0cf7aa0 commit 9adf9be

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/codeql.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
name: "CodeQL"
22

3-
on: workflow_call
4-
# push:
5-
# branches-ignore:
6-
# - 'dependabot/**'
7-
# pull_request:
8-
# schedule:
9-
# - cron: '0 8 * * 1'
3+
on:
4+
push:
5+
branches-ignore:
6+
- 'dependabot/**'
7+
pull_request:
8+
schedule:
9+
- cron: '0 8 * * 1'
1010

1111
jobs:
1212
analyze:

0 commit comments

Comments
 (0)