Skip to content

Commit 9cd9740

Browse files
committed
wf runs on push and once a week; add comment to readme
1 parent 9643463 commit 9cd9740

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

.github/workflows/update-content.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
name: Update README with New Content
22

3-
#on:
4-
# schedule:
5-
# # Runs at 00:00 UTC every Sunday
6-
# - cron: '0 0 * * 0'
7-
8-
on: [push]
3+
on:
4+
push:
5+
schedule:
6+
# Runs at 00:00 UTC every Sunday
7+
- cron: '0 0 * * 0'
98

109
jobs:
1110
update-readme:

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,8 @@ If you want to contribute to this list, then please read the [contributing guide
9393
- [Miniflare](https://pypi.org/project/localstack-extension-miniflare/): LocalStack extension to run Miniflare, a serverless Cloudflare worker emulator.
9494
- [Stripe](https://pypi.org/project/localstack-extension-stripe/): LocalStack extension to run a stateful Stripe service mock.
9595

96+
[//]: # (!! Do not place anything under content - this part is periodically recreated to update list from existing resources.)
97+
9698
## Content
9799

98100
### Tutorials

0 commit comments

Comments
 (0)