Skip to content

Commit d602c84

Browse files
authored
Merge pull request #36 from fontebasso/php8
fix schedule docker monitor
2 parents c0ef92e + 1cce4ee commit d602c84

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/docker-monitor.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
on:
22
schedule:
3-
- cron: '@daily'
4-
push:
5-
branches:
6-
- main
3+
- cron: '0 0 * * *'
74
jobs:
85
publish:
96
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)