Skip to content

Commit 7f920e3

Browse files
authored
Scheduled GitHub Action to generate artifacts with feature catalog files (#12501)
1 parent 7189fff commit 7f920e3

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: AWS / Archive feature files
2+
3+
on:
4+
schedule:
5+
- cron: 0 9 * * TUE
6+
workflow_dispatch:
7+
8+
jobs:
9+
validate-features-files:
10+
name: Create artifact with features files
11+
uses: localstack/meta/.github/workflows/create-artifact-with-features-files.yml@main
12+
with:
13+
artifact_name: 'features-files'
14+
aws_services_path: 'localstack-core/localstack/services'

0 commit comments

Comments
 (0)