Remove cron job from CI (#7977)

This commit is contained in:
Alexey-Ayupov
2023-07-25 18:16:30 +02:00
committed by GitHub
parent 2733b9fa28
commit c0ed5f679e
6 changed files with 0 additions and 12 deletions

View File

@@ -12,8 +12,6 @@ on:
types: labeled
paths:
- 'images/macos/**'
schedule:
- cron: '45 0 * * *'
jobs:
macOS_11:

View File

@@ -12,8 +12,6 @@ on:
types: labeled
paths:
- 'images/macos/**'
schedule:
- cron: '0 0 * * *'
jobs:
macOS_12:

View File

@@ -12,8 +12,6 @@ on:
types: labeled
paths:
- 'images/linux/**'
schedule:
- cron: '0 0 * * *'
jobs:
Ubuntu_2004:

View File

@@ -12,8 +12,6 @@ on:
types: labeled
paths:
- 'images/linux/**'
schedule:
- cron: '0 0 * * *'
jobs:
Ubuntu_2204:

View File

@@ -12,8 +12,6 @@ on:
types: labeled
paths:
- 'images/win/**'
schedule:
- cron: '0 0 * * *'
jobs:
Windows_2019:

View File

@@ -12,8 +12,6 @@ on:
types: labeled
paths:
- 'images/win/**'
schedule:
- cron: '0 0 * * *'
jobs:
Windows_2022: