Remove cron job from CI (#7977)
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
@@ -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:
|
||||||
|
|||||||
@@ -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:
|
||||||
|
|||||||
@@ -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:
|
||||||
|
|||||||
@@ -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:
|
||||||
|
|||||||
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user