Skip to content

Commit

Permalink
Merge pull request #35462 from gsmet/change-schedule-podman
Browse files Browse the repository at this point in the history
Start podman build earlier as it's in the way of the European morning
  • Loading branch information
gsmet authored Aug 22, 2023
2 parents 8ee85e3 + f558440 commit c370d85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/podman-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: Podman Test Build (Linux)
on:
workflow_dispatch:
schedule: ## Do a run daily, to check our compatibility
- cron: '0 3 * * *'
- cron: '0 1 * * *'

env:
# Workaround testsuite locale issue
Expand Down

0 comments on commit c370d85

Please sign in to comment.