Fix calendar caching

This commit is contained in:
Fergal Moran
2023-02-28 01:34:24 +00:00
parent cc94bbf488
commit 0ad595d4fd
25 changed files with 480 additions and 175 deletions

View File

@@ -9,4 +9,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Cache outstanding events
run: curl -X GET https://otherway.fergl.ie/api/cron/cache
uses: wei/curl@master
with:
args: https://otherway.fergl.ie/api/cron/cache

View File

@@ -9,4 +9,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Cache outstanding events
run: curl -X GET https://otherway.fergl.ie/api/cron/reminders
uses: wei/curl@master
with:
args: https://otherway.fergl.ie/api/cron/reminders