Skip to content

Commit

Permalink
feat: schedule weekly rebuild (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
mnahkies authored Nov 2, 2024
1 parent 960e033 commit 8c994b9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ name: Build ephemeral-postgres
on:
push:
branches: main

schedule:
- cron: "0 0 * * 1"
jobs:
login:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 8c994b9

Please sign in to comment.