Skip to content

Commit 1a9ca96

Browse files
committed
Disable cron schedule
1 parent 6831884 commit 1a9ca96

File tree

3 files changed

+0
-6
lines changed

3 files changed

+0
-6
lines changed

.github/workflows/apple.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ on:
44
push:
55
branches: [main]
66
pull_request:
7-
schedule:
8-
- cron: '13 11 * * *'
97

108
concurrency:
119
group: ${{ github.workflow }}-${{ github.ref_name }}-${{ github.event.pull_request.number || github.sha }}

.github/workflows/linux.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ on:
44
push:
55
branches: [main]
66
pull_request:
7-
schedule:
8-
- cron: '13 11 * * *'
97

108
concurrency:
119
group: ${{ github.workflow }}-${{ github.ref_name }}-${{ github.event.pull_request.number || github.sha }}

.github/workflows/windows.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ on:
44
push:
55
branches: [main]
66
pull_request:
7-
schedule:
8-
- cron: '13 11 * * *'
97

108
concurrency:
119
group: ${{ github.workflow }}-${{ github.ref_name }}-${{ github.event.pull_request.number || github.sha }}

0 commit comments

Comments
 (0)