Skip to content

Commit 6a7c872

Browse files
authored
ci: Add weekly smoke test and manual trigger (#10)
1 parent 9aed6b5 commit 6a7c872

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
name: LocalStack Test
2-
on: [ push, pull_request ]
2+
on:
3+
push:
4+
pull_request:
5+
workflow_dispatch:
6+
schedule:
7+
- cron: '48 23 * * 0'
38

49
jobs:
510
localstack-action-test:

0 commit comments

Comments
 (0)