Skip to content

Commit

Permalink
Update monitor-images.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
LanceMcCarthy committed May 17, 2024
1 parent 3401247 commit ee9726d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/monitor-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ name: "Monitor .NET 8.0 Base Image"
on:
workflow_dispatch:
schedule:
- cron: "0 0 * * 0" # sundays at midnight
- cron: "0 0 * * *" # Check once a day, at midnight

jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: write # needed to trigger repository_dispatch
contents: write # required to trigger repository_dispatch
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit ee9726d

Please sign in to comment.