Skip to content

Commit c9279d0

Browse files
authored
Merge pull request #1 from bitcoin-dev-project/update-cron
have cron run every 2 hours
2 parents 1f05a58 + bf95a14 commit c9279d0

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/build-public-inbox.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@ name: Build and Push Docker Image
22

33
on:
44
schedule:
5-
- cron: '0 3 * * *'
6-
- cron: '0 12 * * *'
5+
- cron: '0 */2 * * *'
76
workflow_dispatch:
87

98
jobs:
@@ -29,4 +28,4 @@ jobs:
2928
context: .
3029
push: true
3130
tags: bitcoindevproject/public-inbox:latest
32-
no-cache: true
31+
no-cache: true

0 commit comments

Comments
 (0)