mirror of
https://github.com/actions/runner-images.git
synced 2025-12-15 06:08:07 +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
|
||||
paths:
|
||||
- 'images/macos/**'
|
||||
schedule:
|
||||
- cron: '45 0 * * *'
|
||||
|
||||
jobs:
|
||||
macOS_11:
|
||||
|
||||
2
.github/workflows/macos12.yml
vendored
2
.github/workflows/macos12.yml
vendored
@@ -12,8 +12,6 @@ on:
|
||||
types: labeled
|
||||
paths:
|
||||
- 'images/macos/**'
|
||||
schedule:
|
||||
- cron: '0 0 * * *'
|
||||
|
||||
jobs:
|
||||
macOS_12:
|
||||
|
||||
2
.github/workflows/ubuntu2004.yml
vendored
2
.github/workflows/ubuntu2004.yml
vendored
@@ -12,8 +12,6 @@ on:
|
||||
types: labeled
|
||||
paths:
|
||||
- 'images/linux/**'
|
||||
schedule:
|
||||
- cron: '0 0 * * *'
|
||||
|
||||
jobs:
|
||||
Ubuntu_2004:
|
||||
|
||||
2
.github/workflows/ubuntu2204.yml
vendored
2
.github/workflows/ubuntu2204.yml
vendored
@@ -12,8 +12,6 @@ on:
|
||||
types: labeled
|
||||
paths:
|
||||
- 'images/linux/**'
|
||||
schedule:
|
||||
- cron: '0 0 * * *'
|
||||
|
||||
jobs:
|
||||
Ubuntu_2204:
|
||||
|
||||
2
.github/workflows/windows2019.yml
vendored
2
.github/workflows/windows2019.yml
vendored
@@ -12,8 +12,6 @@ on:
|
||||
types: labeled
|
||||
paths:
|
||||
- 'images/win/**'
|
||||
schedule:
|
||||
- cron: '0 0 * * *'
|
||||
|
||||
jobs:
|
||||
Windows_2019:
|
||||
|
||||
2
.github/workflows/windows2022.yml
vendored
2
.github/workflows/windows2022.yml
vendored
@@ -12,8 +12,6 @@ on:
|
||||
types: labeled
|
||||
paths:
|
||||
- 'images/win/**'
|
||||
schedule:
|
||||
- cron: '0 0 * * *'
|
||||
|
||||
jobs:
|
||||
Windows_2022:
|
||||
|
||||
Reference in New Issue
Block a user