Skip to content

Commit

Permalink
build a new lambda container once a week
Browse files Browse the repository at this point in the history
  • Loading branch information
hobu committed Feb 9, 2024
1 parent e4de654 commit 846d3d5
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
name: Build

on: [push, pull_request, workflow_dispatch]
on:
push:
pull_request:
workflow_dispatch:
schedule:
- cron: '40 7 * * 2'



jobs:

Expand Down

0 comments on commit 846d3d5

Please sign in to comment.