Skip to content

Commit

Permalink
wf runs on push and once a week; add comment to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
tinyg210 committed Apr 11, 2024
1 parent 9643463 commit 9cd9740
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/update-content.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
name: Update README with New Content

#on:
# schedule:
# # Runs at 00:00 UTC every Sunday
# - cron: '0 0 * * 0'

on: [push]
on:
push:
schedule:
# Runs at 00:00 UTC every Sunday
- cron: '0 0 * * 0'

jobs:
update-readme:
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,8 @@ If you want to contribute to this list, then please read the [contributing guide
- [Miniflare](https://pypi.org/project/localstack-extension-miniflare/): LocalStack extension to run Miniflare, a serverless Cloudflare worker emulator.
- [Stripe](https://pypi.org/project/localstack-extension-stripe/): LocalStack extension to run a stateful Stripe service mock.

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

## Content

### Tutorials
Expand Down

0 comments on commit 9cd9740

Please sign in to comment.