Skip to content

Commit

Permalink
Change schedule of android-app.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasberglund committed Aug 28, 2024
1 parent 7ead1cc commit e735b07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/android-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ on:
- '!**/**.md'
- '!**/osv-scanner.toml'
schedule:
# At 06:20 UTC every day.
# At 00:00 UTC every day.
# Notifications for scheduled workflows are sent to the user who last modified the cron
# syntax in the workflow file. If you update this you must have notifications for
# Github Actions enabled, so these don't go unnoticed.
# https://docs.github.com/en/actions/monitoring-and-troubleshooting-workflows/notifications-for-workflow-runs
- cron: '20 6 * * *'
- cron: '0 0 * * *'
workflow_dispatch:
inputs:
override_container_image:
Expand Down

0 comments on commit e735b07

Please sign in to comment.