mirror of
https://github.com/actions/runner-images.git
synced 2025-12-17 15:20:11 +00:00
Remove cron job from CI (#7977)
This commit is contained in:
2
.github/workflows/macos11.yml
vendored
2
.github/workflows/macos11.yml
vendored
@@ -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:
|
||||||
|
|||||||
2
.github/workflows/macos12.yml
vendored
2
.github/workflows/macos12.yml
vendored
@@ -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:
|
||||||
|
|||||||
2
.github/workflows/ubuntu2004.yml
vendored
2
.github/workflows/ubuntu2004.yml
vendored
@@ -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:
|
||||||
|
|||||||
2
.github/workflows/ubuntu2204.yml
vendored
2
.github/workflows/ubuntu2204.yml
vendored
@@ -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:
|
||||||
|
|||||||
2
.github/workflows/windows2019.yml
vendored
2
.github/workflows/windows2019.yml
vendored
@@ -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:
|
||||||
|
|||||||
2
.github/workflows/windows2022.yml
vendored
2
.github/workflows/windows2022.yml
vendored
@@ -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