Skip to content

Commit 203e4c2

Browse files
committed
feat: schedule task for 01:30 so it runs after shopware-static-data
1 parent 1eb6dbf commit 203e4c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/build-docker-images.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
push:
55
workflow_dispatch:
66
schedule:
7-
- cron: '0 1 * * *'
7+
- cron: '30 1 * * *'
88

99
env:
1010
DOCKER_REPOSITORY: ghcr.io/friendsofshopware/platform-plugin-dev

0 commit comments

Comments
 (0)