Skip to content

Commit e153987

Browse files
committed
Remove schedule from GitHub Actions
It seems these actions don't get triggered on push anymore…
1 parent a863be6 commit e153987

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ name: "CodeQL"
33
on:
44
push:
55
pull_request:
6-
schedule:
7-
- cron: '0 3 */4 * *'
86

97
jobs:
108
analyze:

.github/workflows/python-package.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ name: Python Package
22
on:
33
push:
44
pull_request:
5-
schedule:
6-
- cron: '35 3 * * 6'
75

86
jobs:
97
build:

0 commit comments

Comments
 (0)