Skip to content

Commit 1836d0a

Browse files
authored
Update docker-workflow.yml
remove schedule in cron
1 parent 1640615 commit 1836d0a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker-workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ on:
77
pull_request:
88
branches:
99
- master
10-
schedule:
11-
- cron: '0 0 * * *'
10+
#schedule:
11+
#- cron: '0 0 * * *'
1212

1313
jobs:
1414
build:

0 commit comments

Comments
 (0)