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 types: labeled
paths: paths:
- 'images/macos/**' - 'images/macos/**'
schedule:
- cron: '45 0 * * *'
jobs: jobs:
macOS_11: macOS_11:

View File

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

View File

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

View File

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

View File

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

View File

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