Skip to content

Commit 4214866

Browse files
author
IvanZosimov
committed
Update workflows
1 parent 0681939 commit 4214866

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

Diff for: .github/workflows/codeql-analysis.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ on:
55
pull_request:
66
branches: [ main ]
77
schedule:
8-
- cron: '23 19 * * 0'
9-
workflow_dispatch:
8+
- cron: '0 3 * * 0'
109

1110
jobs:
1211
call-codeQL-analysis:

Diff for: .github/workflows/workflow.yml

-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ on:
1010
- releases/*
1111
paths-ignore:
1212
- '**.md'
13-
workflow_dispatch:
1413

1514
jobs:
1615
call-basic-validation:

0 commit comments

Comments
 (0)